Manage self-managed workers
You can use the following procedures to manage self-managed workers in HCP Boundary:
View available workers
Use the following command to view a list of any available workers:
View worker details
You can view information about the workers you have registered with HCP.
Viewing worker information can be useful if you need to copy worker details, such as the self-managed worker ID
(w_r61cCrlm4M
in the example below).
Use the following command to read the worker details:
Update self-managed workers
To update a self-managed worker, issue an update request using the worker ID. The request should include the fields to update.
Updating a worker will return the updated resource details.
Delete self-managed workers
Use the boundary workers delete
command and pass the worker ID, to delete a self-managed worker.
To verify deletion, check the worker no longer exists with boundary workers list
.