The instance-docker-purge command removes all temporary images, unused images, and stopped containers, but not running containers, to free up disk space.

JSON Input Data Format
{
    "id": string
}
id * Specifies the ID of the instance where the command will be executed.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": "...the outpur of the command..."
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}