Manage Deployments with the Public API

Here are some examples to help you get started managing your deployments using the Public API.

Fetch latest active deployment

The query below will fetch the latest active deployment for a service for a specific environment.

Restarting a deployment

The query below will restart the deployment with the specified id.


Edit this file on GitHub