Deployments
Last updated
Was this helpful?
Last updated
Was this helpful?
The following is the API reference for working with Ocean deployments.
Deploy an Ocean template.
Request
Response
Check out for examples about {template body}
. For details on how to write Ocean templates, check out this .
This page is still a work in progress.
Get a list of available deployments.
Describe a specific deployment based on name.
Request
{name}
is the template (or deployment) name.
Response
Delete a deployment and all associated applications and resources.
Request
{name}
is the template (or deployment) name. For templates that have dependency to other templates, API will return error stating the dependency. If the parameter force=true
is specified, the template resources will be deleted including all dependencies.
Response
For successful responses, server will return HTTP 202
. Errors will return HTTP 422
.