Restage an App
POST /v2/apps/:guid/restage
Request
Route
POST /v2/apps/f4df30be-0284-4949-add6-57b504779e2a/restage
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the App
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/f4df30be-0284-4949-add6-57b504779e2a/restage" -d '' -X POST \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQxMyIsImVtYWlsIjoiZW1haWwtMjg0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTMzMTA5OTJ9.EY5cPLDn2mjV7AhBtxEFo3OGs3_GbJFeixGtKRp02QY" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "f4df30be-0284-4949-add6-57b504779e2a",
"url": "/v2/apps/f4df30be-0284-4949-add6-57b504779e2a",
"created_at": "2016-01-13T17:29:52Z",
"updated_at": "2016-01-13T17:29:52Z"
},
"entity": {
"name": "name-2167",
"production": false,
"space_guid": "3d0499d3-33d8-4102-bc47-e15a6655c1ac",
"stack_guid": "bdb1d527-b74a-4d51-8483-77059747d269",
"buildpack": null,
"detected_buildpack": null,
"environment_json": null,
"memory": 1024,
"instances": 1,
"disk_quota": 1024,
"state": "STARTED",
"version": "7f2b580a-141a-473e-a477-428c4ffba869",
"command": null,
"console": false,
"debug": null,
"staging_task_id": null,
"package_state": "PENDING",
"health_check_type": "port",
"health_check_timeout": null,
"staging_failed_reason": null,
"staging_failed_description": null,
"diego": false,
"docker_image": null,
"package_updated_at": "2016-01-13T17:29:52Z",
"detected_start_command": "",
"enable_ssh": true,
"docker_credentials_json": {
"redacted_message": "[PRIVATE DATA HIDDEN]"
},
"ports": null
}
}
Headers