{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Container Main Calls API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Container Main Calls", "type": "folder" }, "items": [ { "info": { "name": "Get container by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/container/:containerId", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" } ] }, "docs": "Get container by ID" }, { "info": { "name": "Edit container", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/container/:containerId", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "- To edit the container you must have the admin permission.\n- For port edition, if you provide a port id, we will update the corresponding port. If you don't we will create a new one. If you remove a port from the payload, we will delete it.\n- For storage edition, if you provide a storage id, we will update the corresponding storage. If you don't we will create a new one. If you remove a storage from the payload, we will delete it.\n" }, { "info": { "name": "Delete container", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.qovery.com/container/:containerId", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" } ] }, "docs": "To delete the container you must have the admin permission" }, { "info": { "name": "Get container status", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/container/:containerId/status", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" } ] }, "docs": "Get container status" }, { "info": { "name": "List all URLs of the container", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/container/:containerId/link", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" } ] }, "docs": "This will return all the custom domains and Qovery autogenerated domain for the given container" } ] } ], "bundled": true }