Edit virtual machine labels
PUT/core/virtual-machines/:vm_id/label
Adds one or more labels to an existing virtual machine. Provide the virtual machine ID in the path to add labels to the specified VM. For multiple labels, add a space between each label in the request body.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Labels edited successfully
Bad Request
Unauthorized
Not Found
Conflict
Internal Server Error
Was this page helpful?