Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/delete-backup-execution-by-uuid.md
T

132 lines
2.5 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[Skip to content](https://coolify.io/docs/api-reference/api/operations/delete-backup-execution-by-uuid#VPContent)
Return to top
Delete backup execution[](https://coolify.io/docs/api-reference/api/operations/delete-backup-execution-by-uuid#delete-backup-execution)
=========================================================================================================================================
DELETE
/databases/{uuid}/backups/{scheduled\_backup\_uuid}/executions/{execution\_uuid}
Deletes a specific backup execution.
Authorizations[](https://coolify.io/docs/api-reference/api/operations/delete-backup-execution-by-uuid#authorizations)
-----------------------------------------------------------------------------------------------------------------------
bearerAuth
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters[](https://coolify.io/docs/api-reference/api/operations/delete-backup-execution-by-uuid#parameters)
---------------------------------------------------------------------------------------------------------------
### Path Parameters
uuid\*
UUID of the database
Type
string
Required
scheduled\_backup\_uuid\*
UUID of the backup configuration
Type
string
Required
execution\_uuid\*
UUID of the backup execution to delete
Type
string
Required
### Query Parameters
delete\_s3
Whether to delete the backup from S3
Type
boolean
Default
`false`
Responses[](https://coolify.io/docs/api-reference/api/operations/delete-backup-execution-by-uuid#responses)
-------------------------------------------------------------------------------------------------------------
200404
Backup execution deleted.
Content-Type
application/json
SchemaJSON
JSON
{
"message": "Backup execution deleted."
}
DELETE
/databases/{uuid}/backups/{scheduled\_backup\_uuid}/executions/{execution\_uuid}
Playground[](https://coolify.io/docs/api-reference/api/operations/delete-backup-execution-by-uuid#playground)
---------------------------------------------------------------------------------------------------------------
Authorization
bearerAuth
Variables
Key
Value
uuid\*
scheduled\_backup\_uuid\*
execution\_uuid\*
delete\_s3
Try it out
Samples[](https://coolify.io/docs/api-reference/api/operations/delete-backup-execution-by-uuid#samples)
---------------------------------------------------------------------------------------------------------
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)