Rename Instance
POST/backend/api/openstack/instances/:instance_id/rename
Host: https://core.ocplanet.cloud
Change the name of the specified instance.
Request
- application/json
Body
name stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
detail stringrequired
{
"detail": "string"
}
{
"detail": "Renamed"
}
Loading...