Identify VM Tasks through the API
Identify VM Tasks through the API
For years, you can deploy applications on Clever Cloud as a Task
with the API or more recently the CC_TASK=true
environment variable. As this feature will be widely available and used, the API has been updated to return such a state in the instance.lifetime
object:
GET https://api.clever-cloud.com/v2/self/applications/<appId>
|
|
You can read the full APIv2 documentation here.
Last updated on