Commit inicial - estructura base del proyecto
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
[Skip to content](https://coolify.io/docs/api-reference/api/operations/restart-database-by-uuid#VPContent)
|
||||
|
||||
Return to top
|
||||
|
||||
Restart[](https://coolify.io/docs/api-reference/api/operations/restart-database-by-uuid#restart)
|
||||
|
||||
==================================================================================================
|
||||
|
||||
GET
|
||||
|
||||
/databases/{uuid}/restart
|
||||
|
||||
Restart database. `Post` request is also accepted.
|
||||
|
||||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/restart-database-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/restart-database-by-uuid#parameters)
|
||||
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
|
||||
### Path Parameters
|
||||
|
||||
uuid\*
|
||||
|
||||
UUID of the database.
|
||||
|
||||
Type
|
||||
|
||||
string
|
||||
|
||||
Required
|
||||
|
||||
Responses[](https://coolify.io/docs/api-reference/api/operations/restart-database-by-uuid#responses)
|
||||
|
||||
------------------------------------------------------------------------------------------------------
|
||||
|
||||
200400401404
|
||||
|
||||
Restart database.
|
||||
|
||||
Content-Type
|
||||
|
||||
application/json
|
||||
|
||||
SchemaJSON
|
||||
|
||||
JSON
|
||||
|
||||
{
|
||||
|
||||
"message": "Database restaring request queued."
|
||||
|
||||
}
|
||||
|
||||
GET
|
||||
|
||||
/databases/{uuid}/restart
|
||||
|
||||
Playground[](https://coolify.io/docs/api-reference/api/operations/restart-database-by-uuid#playground)
|
||||
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
|
||||
Authorization
|
||||
|
||||
bearerAuth
|
||||
|
||||
Variables
|
||||
|
||||
Key
|
||||
|
||||
Value
|
||||
|
||||
uuid\*
|
||||
|
||||
Try it out
|
||||
|
||||
Samples[](https://coolify.io/docs/api-reference/api/operations/restart-database-by-uuid#samples)
|
||||
|
||||
--------------------------------------------------------------------------------------------------
|
||||
|
||||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|
||||
Reference in New Issue
Block a user