API referenceApplicationsDeploy servers
Remove a persistent volume from an application
Requires the deploy_servers:manage permission.
AuthorizationBearer <token>
An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.
In: header
Path Parameters
id*string
app*string
storage*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/deploy-servers/string/applications/string/storages/string"Empty
Attach a persistent volume to an application at a mount path so its data survives redeploys; redeploy to apply POST
Previous Page
Push an app folder tarball (.tgz) onto the deploy server's worker — lands extracted at /opt/apps/<name>. Source: team_object (a tarball a team member previously storage_put into team shared storage) or content_b64 for small archives. ASYNC: poll get_deploy_servers_id_artifacts until status=ready BEFORE building on the worker. POST
Next Page