Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/restart-database-by-uuid.md
T

2.0 KiB
Raw Blame History

Skip to content

Return to top

Restart

==================================================================================================

GET

/databases/{uuid}/restart

Restart database. Post request is also accepted.

Authorizations


bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Type

HTTP (bearer)

Parameters


Path Parameters

uuid*

UUID of the database.

Type

string

Required

Responses


200400401404

Restart database.

Content-Type

application/json

SchemaJSON

JSON

{

"message": "Database restaring request queued."

}

GET

/databases/{uuid}/restart

Playground


Authorization

bearerAuth

Variables

Key

Value

uuid*

Try it out

Samples


Powered by VitePress OpenAPI