Snapshots
Rename snapshot
Rename a snapshot. Updates the display name only — does not affect the underlying disk image.
patch/api/v1/snapshots/{id}/rename
Path parameters
idinteger required
Snapshot ID
Headers
X-Project-IDstring uuid required
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Request body
Response
Snapshot renamed
Example response
{
"data": {
"status": "active"
}
}