Detach Persistent Disk
At least one of the listed privileges is required -
Privileges | Description |
---|---|
UDD_MANAGEMENT | Caller should have permission to this privilege, on the associated access group of persistent disk and machine to perform detach operation. |
MACHINE_MANAGEMENT | Caller should have permission to this privilege, on the associated access group of machine to perform detach operation if detaching a primary disk. |
ID of the machine
{
"archive_datastore_id": "datastore-44",
"archive_datastore_path_id": "bd3ff8fc-b09a-47f7-917c-cc15c7301db6",
"persistent_disk_id": "73560ad0-93d1-4a5b-bdf6-3fddc4b5fb1d"
}
Datastore to which the persistent disk is to be archived.
If this is set, archive_datastore_path_id must also be set.
If unset, the persistent disk will be archived in place.
Datastore path to which the persistent disk is to be archived.
If this is set, archive_datastore_id must also be set.
If unset, the persistent disk will be archived in place.
ID of persistent disk to be detached from the machine.
No Content
Bad Request
User is not authenticated
Access to the resource is forbidden
Not Found