API Reference
Archived
Get archived entity counts
Returns count of soft-deleted entities per type.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
List archived entities of a given type
Returns a paginated list of soft-deleted entities filtered by type.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
entity_typeRequiredstringEntity type (backups, environments, instances, projects, organizations, servers, domains, users)
Query Parameters
pageintegerPage number
limitintegerPage size
OK
Permanently delete a soft-deleted entity
Hard-deletes a soft-deleted entity using SkipSoftDelete context. For backups, also enqueues storage cleanup.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
entity_typeRequiredstringEntity type
idRequiredstringEntity ID
Format:
"uuid"OK
Restore a soft-deleted entity
Clears the deleted_at timestamp to restore a soft-deleted entity.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
entity_typeRequiredstringEntity type
idRequiredstringEntity ID
Format:
"uuid"OK
Was this page helpful?