Commit inicial - estructura base del proyecto
This commit is contained in:
@@ -0,0 +1,131 @@
|
||||
[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)
|
||||
Reference in New Issue
Block a user