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