120 lines
2.5 KiB
Markdown
120 lines
2.5 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/delete-backup-configuration-by-uuid#VPContent)
|
||
|
||
Return to top
|
||
|
||
Delete backup configuration[](https://coolify.io/docs/api-reference/api/operations/delete-backup-configuration-by-uuid#delete-backup-configuration)
|
||
|
||
=====================================================================================================================================================
|
||
|
||
DELETE
|
||
|
||
/databases/{uuid}/backups/{scheduled\_backup\_uuid}
|
||
|
||
Deletes a backup configuration and all its executions.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/delete-backup-configuration-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-configuration-by-uuid#parameters)
|
||
|
||
-------------------------------------------------------------------------------------------------------------------
|
||
|
||
### Path Parameters
|
||
|
||
uuid\*
|
||
|
||
UUID of the database
|
||
|
||
Type
|
||
|
||
string
|
||
|
||
Required
|
||
|
||
scheduled\_backup\_uuid\*
|
||
|
||
UUID of the backup configuration to delete
|
||
|
||
Type
|
||
|
||
string
|
||
|
||
Required
|
||
|
||
### Query Parameters
|
||
|
||
delete\_s3
|
||
|
||
Whether to delete all backup files from S3
|
||
|
||
Type
|
||
|
||
boolean
|
||
|
||
Default
|
||
|
||
`false`
|
||
|
||
Responses[](https://coolify.io/docs/api-reference/api/operations/delete-backup-configuration-by-uuid#responses)
|
||
|
||
-----------------------------------------------------------------------------------------------------------------
|
||
|
||
200404
|
||
|
||
Backup configuration deleted.
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
{
|
||
|
||
"message": "Backup configuration and all executions deleted."
|
||
|
||
}
|
||
|
||
DELETE
|
||
|
||
/databases/{uuid}/backups/{scheduled\_backup\_uuid}
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/delete-backup-configuration-by-uuid#playground)
|
||
|
||
-------------------------------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Variables
|
||
|
||
Key
|
||
|
||
Value
|
||
|
||
uuid\*
|
||
|
||
scheduled\_backup\_uuid\*
|
||
|
||
delete\_s3
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/delete-backup-configuration-by-uuid#samples)
|
||
|
||
-------------------------------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|