{ "info": { "_postman_id": "65ca32c5-17de-46f3-8d81-31601b33e66e", "name": "Laravel Cloud Applications Servers API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-65ca32c5-17de-46f3-8d81-31601b33e66e" }, "item": [ { "name": "orgs", "item": [ { "name": "{organization}", "item": [ { "name": "servers", "item": [ { "name": "archives", "item": [ { "name": "{server}", "item": [ { "name": "Delete archived server", "id": "c5464246-6cd3-4de9-a933-4d4065c735b4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives", ":server" ], "variable": [ { "id": "ebff36e3-3058-41cc-9bdd-c191c8446b4a", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "1e1e8783-0159-4040-864f-9a39a53ac731", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Unarchive a server.\nMake sure you have regenerated the server key and added it to the server before unarchiving.\n\nProcessing mode: async" }, "response": [ { "id": "20106aa6-dba1-44a5-bb2d-6f6d34ea7cd3", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives", ":server" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-20106aa6-dba1-44a5-bb2d-6f6d34ea7cd3" }, { "id": "0b624fc6-1071-4af2-86ab-9eb21720b3a0", "name": "Authorization error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives", ":server" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-0b624fc6-1071-4af2-86ab-9eb21720b3a0" }, { "id": "6589ab25-615d-47e7-8150-c1cabc48c44e", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives", ":server" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-6589ab25-615d-47e7-8150-c1cabc48c44e" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-c5464246-6cd3-4de9-a933-4d4065c735b4" } ], "id": "9c370e62-f5d0-4e13-91af-34a2a2854edc", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-9c370e62-f5d0-4e13-91af-34a2a2854edc" }, { "name": "List archived servers", "id": "2e061f73-1a71-43fe-a7fe-0b80e80e3a1c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives?page[size]=30&page[cursor]=&sort=created_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "sort", "value": "created_at,created_at" } ], "variable": [ { "id": "855a2847-c850-49b6-9ac8-fd2ead0667c8", "key": "organization", "value": "", "description": "(Required) The organization slug" } ] }, "description": "Get all archived servers for the organization.\n\nProcessing mode: sync" }, "response": [ { "id": "50294106-34a4-4c54-ab53-3e1ba2347402", "name": "Paginated set of `ServerResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives?page[size]=30&page[cursor]=&sort=created_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "sort", "value": "created_at,created_at" } ], "variable": [ { "key": "organization" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"meilisearch\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-50294106-34a4-4c54-ab53-3e1ba2347402" }, { "id": "3dc2efa7-5ac6-4805-9d1b-18cbcaac73c7", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives?page[size]=30&page[cursor]=&sort=created_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "sort", "value": "created_at,created_at" } ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-3dc2efa7-5ac6-4805-9d1b-18cbcaac73c7" }, { "id": "ffdbe1fd-b409-45c8-b8b2-306046a0f796", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives?page[size]=30&page[cursor]=&sort=created_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "sort", "value": "created_at,created_at" } ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-ffdbe1fd-b409-45c8-b8b2-306046a0f796" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-2e061f73-1a71-43fe-a7fe-0b80e80e3a1c" }, { "name": "Create an archived server", "id": "1328f12e-fea7-4bf0-a1b1-e2794c06a3c6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives" ], "variable": [ { "id": "5fb39990-92be-4faf-b8c1-be9fca389b46", "key": "organization", "value": "", "description": "(Required) The organization slug" } ] }, "description": "Archive a server.\n\nProcessing mode: async" }, "response": [ { "id": "e4a9cd5a-6abd-414d-ac80-43da748f84aa", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives" ], "variable": [ { "key": "organization" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-e4a9cd5a-6abd-414d-ac80-43da748f84aa" }, { "id": "6247e4a2-3d28-4c77-b5d1-8b8e6827a48e", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives" ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-6247e4a2-3d28-4c77-b5d1-8b8e6827a48e" }, { "id": "80b7a020-3d3a-4f03-9027-39aaf5b532b3", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives" ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-80b7a020-3d3a-4f03-9027-39aaf5b532b3" }, { "id": "84f7e849-2dd9-48d3-a726-66c2c916d79b", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/archives", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", "archives" ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-84f7e849-2dd9-48d3-a726-66c2c916d79b" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-1328f12e-fea7-4bf0-a1b1-e2794c06a3c6" } ], "id": "5de4c50b-8825-4e42-9adc-ccf654580517", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-5de4c50b-8825-4e42-9adc-ccf654580517" }, { "name": "{server}", "item": [ { "name": "background-processes", "item": [ { "name": "{backgroundProcess}", "item": [ { "name": "actions", "item": [ { "name": "Perform an action on a server background process", "id": "f32cfb1f-841a-4e49-b500-862f7fa8c60d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/background-processes/:backgroundProcess/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "background-processes", ":backgroundProcess", "actions" ], "variable": [ { "id": "ae3d0c15-0051-4b1d-81e7-263f04814d86", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "64ea8f90-7961-490b-9657-29a35bad7ba4", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "bee085c9-6b4a-4d42-b309-90ab0b0b1886", "key": "backgroundProcess", "value": "", "description": "(Required) The background process ID" } ] }, "description": "Run an action on a server-level background process.\n\nProcessing mode: async" }, "response": [ { "id": "3f5aa496-99ae-4bae-9f72-1a6ccad7b3b1", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/background-processes/:backgroundProcess/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "background-processes", ":backgroundProcess", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backgroundProcess" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-3f5aa496-99ae-4bae-9f72-1a6ccad7b3b1" }, { "id": "fc534008-9772-47e0-ba8e-a4a4386b13ad", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/background-processes/:backgroundProcess/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "background-processes", ":backgroundProcess", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backgroundProcess" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-fc534008-9772-47e0-ba8e-a4a4386b13ad" }, { "id": "7450aaa9-152a-4892-af30-7a005994a4f6", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/background-processes/:backgroundProcess/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "background-processes", ":backgroundProcess", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backgroundProcess" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-7450aaa9-152a-4892-af30-7a005994a4f6" }, { "id": "2ac4f560-52c6-4053-b47e-8c91581845af", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/background-processes/:backgroundProcess/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "background-processes", ":backgroundProcess", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backgroundProcess" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-2ac4f560-52c6-4053-b47e-8c91581845af" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-f32cfb1f-841a-4e49-b500-862f7fa8c60d" } ], "id": "0d891acf-2038-4dad-b7b5-e535d3f6f217", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-0d891acf-2038-4dad-b7b5-e535d3f6f217" } ], "id": "c2e474fc-e5ab-4cbe-a0e0-136c0735d24f", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-c2e474fc-e5ab-4cbe-a0e0-136c0735d24f" } ], "id": "13655623-c380-415e-b276-b0b6914f3e90", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-13655623-c380-415e-b276-b0b6914f3e90" }, { "name": "actions", "item": [ { "name": "Create server action", "id": "4c781d47-c1cb-4e39-b35b-c7338bd4cda8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"power-cycle\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "actions" ], "variable": [ { "id": "4c85c74c-9228-4731-a280-a005dc3f2847", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "1bb7eb5e-2db6-4df4-a5c7-050f50f18458", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Run an action on a server, defined by the action type parameter.\n\nProcessing mode: async" }, "response": [ { "id": "9b95fe86-f61c-4d24-96ec-094ada1d38fc", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"power-cycle\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-9b95fe86-f61c-4d24-96ec-094ada1d38fc" }, { "id": "cdd4daf5-adc5-4745-ab4d-67ca7387e971", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"power-cycle\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-cdd4daf5-adc5-4745-ab4d-67ca7387e971" }, { "id": "75c82fef-2d80-43d1-854e-7204bdbb6894", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"power-cycle\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-75c82fef-2d80-43d1-854e-7204bdbb6894" }, { "id": "00549307-1b04-4c3d-b40b-b04c551e96a2", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"power-cycle\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-00549307-1b04-4c3d-b40b-b04c551e96a2" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-4c781d47-c1cb-4e39-b35b-c7338bd4cda8" } ], "id": "1ce2c210-22b0-4c99-8494-6c911ee47b3d", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-1ce2c210-22b0-4c99-8494-6c911ee47b3d" }, { "name": "services", "item": [ { "name": "nginx", "item": [ { "name": "actions", "item": [ { "name": "Perform Nginx action", "id": "4a23d241-7496-4160-9d91-ff1db91dbfae", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/nginx/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "nginx", "actions" ], "variable": [ { "id": "41214ab5-a418-455c-b8ee-bf7273f9b1ba", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "82282acc-6d39-4c45-a729-dfeb96aa7b77", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Run an action on the Nginx service.\n\nProcessing mode: async" }, "response": [ { "id": "4780f876-d427-44e9-b93f-4f71b8a219a9", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/nginx/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "nginx", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-4780f876-d427-44e9-b93f-4f71b8a219a9" }, { "id": "0007fb9c-b57b-484d-9e47-f9ecb6b70eb2", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/nginx/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "nginx", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-0007fb9c-b57b-484d-9e47-f9ecb6b70eb2" }, { "id": "52eb58e1-c22f-4c98-91d5-bcf71866754b", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/nginx/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "nginx", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-52eb58e1-c22f-4c98-91d5-bcf71866754b" }, { "id": "ce432de5-585a-47dc-a179-ab318b86aa79", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/nginx/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "nginx", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-ce432de5-585a-47dc-a179-ab318b86aa79" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-4a23d241-7496-4160-9d91-ff1db91dbfae" } ], "id": "3242a90b-9a2d-4a84-b45a-2b3eeb150ff5", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-3242a90b-9a2d-4a84-b45a-2b3eeb150ff5" } ], "id": "547aa792-1f0a-4320-8ff1-bd61c7f4fc7c", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-547aa792-1f0a-4320-8ff1-bd61c7f4fc7c" }, { "name": "postgres", "item": [ { "name": "actions", "item": [ { "name": "Perform Postgres action", "id": "e7cebd3f-73c1-400f-9bf3-fc82fae940c0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/postgres/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "postgres", "actions" ], "variable": [ { "id": "fdbc7141-63a4-4b15-a176-4f166a84d1e0", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "436a34a5-107b-4fb8-be01-3a110fc8cb5f", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Run an action on the Postgres service.\n\nProcessing mode: async" }, "response": [ { "id": "3385505f-3c49-4471-b92a-205a5f572001", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/postgres/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "postgres", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-3385505f-3c49-4471-b92a-205a5f572001" }, { "id": "65b0c1f7-8554-4fbe-85f5-c131c25388f9", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/postgres/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "postgres", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-65b0c1f7-8554-4fbe-85f5-c131c25388f9" }, { "id": "2258a087-ba50-476e-aa94-795d49e7f79b", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/postgres/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "postgres", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-2258a087-ba50-476e-aa94-795d49e7f79b" }, { "id": "eae4ac85-5fbd-431a-a242-303d57055404", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/postgres/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "postgres", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-eae4ac85-5fbd-431a-a242-303d57055404" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-e7cebd3f-73c1-400f-9bf3-fc82fae940c0" } ], "id": "39b71263-1882-4b82-ab8c-49344d620fc1", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-39b71263-1882-4b82-ab8c-49344d620fc1" } ], "id": "37a0a4b5-efb7-46a2-92af-dcb2eef8921b", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-37a0a4b5-efb7-46a2-92af-dcb2eef8921b" }, { "name": "redis", "item": [ { "name": "actions", "item": [ { "name": "Perform Redis action", "id": "4f07d4fd-6ae8-4f0b-a645-16ab2fbecc8b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/redis/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "redis", "actions" ], "variable": [ { "id": "d2c5609e-8e7e-4240-bca5-b5bdd90a5809", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "b4ff7a40-cb8d-4bf6-8be1-7b57918102a9", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Run an action on the Redis service.\n\nProcessing mode: async" }, "response": [ { "id": "95ff743a-a07c-4fc5-90a6-2a59d6b4ca39", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/redis/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "redis", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-95ff743a-a07c-4fc5-90a6-2a59d6b4ca39" }, { "id": "a2f89184-595b-486e-84fd-812fd28fc033", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/redis/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "redis", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-a2f89184-595b-486e-84fd-812fd28fc033" }, { "id": "5b65867f-de3c-461e-9364-b1e38f5a6392", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/redis/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "redis", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-5b65867f-de3c-461e-9364-b1e38f5a6392" }, { "id": "4bb5ba8c-a6eb-4289-aa9f-c5bde848b14a", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/redis/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "redis", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-4bb5ba8c-a6eb-4289-aa9f-c5bde848b14a" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-4f07d4fd-6ae8-4f0b-a645-16ab2fbecc8b" } ], "id": "163b4f5b-184d-467f-9f0d-61db6786d20c", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-163b4f5b-184d-467f-9f0d-61db6786d20c" } ], "id": "e8f2f467-a5cb-4146-b13e-c6e8db818bd9", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-e8f2f467-a5cb-4146-b13e-c6e8db818bd9" }, { "name": "mysql", "item": [ { "name": "actions", "item": [ { "name": "Perform MySQL action", "id": "b22fce72-58b4-430e-af29-41335ee15648", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/mysql/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "mysql", "actions" ], "variable": [ { "id": "cacee6d5-fb1b-41cd-85ac-d224b3891e5a", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "9d8b634c-1194-4bb5-bd29-8ab542929930", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Run an action on the MySQL service.\n\nProcessing mode: async" }, "response": [ { "id": "6be31cc3-dce6-4093-acbe-411f6f799442", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/mysql/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "mysql", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-6be31cc3-dce6-4093-acbe-411f6f799442" }, { "id": "5cb43ca7-b9b4-4bdb-9057-40e530e05b43", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/mysql/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "mysql", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-5cb43ca7-b9b4-4bdb-9057-40e530e05b43" }, { "id": "56a78e02-cc62-4adf-8aa0-1ca31497dedd", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/mysql/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "mysql", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-56a78e02-cc62-4adf-8aa0-1ca31497dedd" }, { "id": "4c4087b8-1df4-4d2c-a48c-f3c0cab17b6b", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"stop\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/mysql/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "mysql", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-4c4087b8-1df4-4d2c-a48c-f3c0cab17b6b" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-b22fce72-58b4-430e-af29-41335ee15648" } ], "id": "e12c7d6d-f837-4ce2-a2fb-ff2cf142ccea", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-e12c7d6d-f837-4ce2-a2fb-ff2cf142ccea" } ], "id": "47a8bde8-4386-4cb5-8a16-40fb776d3eb2", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-47a8bde8-4386-4cb5-8a16-40fb776d3eb2" }, { "name": "php", "item": [ { "name": "actions", "item": [ { "name": "Perform PHP action", "id": "b09decc5-b9e7-413e-bdf3-d0a6762f2106", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reload\",\n \"version\": \"php56-old\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/php/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "php", "actions" ], "variable": [ { "id": "3b3dd0e3-e972-4eb5-96fc-3d89e343363b", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "81df1fa8-856d-483d-98c7-72f795490d51", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Run an action on a specific PHP version.\n\nProcessing mode: async" }, "response": [ { "id": "47013da2-b213-4f80-a3fb-8db12e4b8e99", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reload\",\n \"version\": \"php56-old\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/php/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "php", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-47013da2-b213-4f80-a3fb-8db12e4b8e99" }, { "id": "8ece493d-2bd1-43b7-9813-e3bfe1b4631f", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reload\",\n \"version\": \"php56-old\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/php/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "php", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-8ece493d-2bd1-43b7-9813-e3bfe1b4631f" }, { "id": "80f30eca-17d8-4c36-9a6c-c348b67e9563", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reload\",\n \"version\": \"php56-old\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/php/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "php", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-80f30eca-17d8-4c36-9a6c-c348b67e9563" }, { "id": "c90df7e8-c1de-4703-9cae-503f7eaae9ad", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reload\",\n \"version\": \"php56-old\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/php/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "php", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-c90df7e8-c1de-4703-9cae-503f7eaae9ad" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-b09decc5-b9e7-413e-bdf3-d0a6762f2106" } ], "id": "fd636669-2080-4480-97b3-52fba0f7977a", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-fd636669-2080-4480-97b3-52fba0f7977a" } ], "id": "af642669-c585-4844-a1d4-b4c8bce4f4c8", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-af642669-c585-4844-a1d4-b4c8bce4f4c8" }, { "name": "supervisor", "item": [ { "name": "actions", "item": [ { "name": "Perform Supervisor action", "id": "c792277c-38b1-4252-a5df-a0f8ac28a936", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/supervisor/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "supervisor", "actions" ], "variable": [ { "id": "d7e56f85-0a99-4074-8059-f6d1c9fb343a", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "49da2c23-99ed-4201-8896-99078212d00d", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Run an action on the Supervisor service.\n\nProcessing mode: async" }, "response": [ { "id": "6235712e-f545-4dd7-a729-eda92b92ee7f", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/supervisor/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "supervisor", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-6235712e-f545-4dd7-a729-eda92b92ee7f" }, { "id": "68a7a9fa-79f2-43dc-a383-9ebcd72d3f89", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/supervisor/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "supervisor", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-68a7a9fa-79f2-43dc-a383-9ebcd72d3f89" }, { "id": "14f9a045-8cfa-4bfe-8660-99d734baeb7a", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/supervisor/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "supervisor", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-14f9a045-8cfa-4bfe-8660-99d734baeb7a" }, { "id": "aa97ffa2-66df-41a0-8510-e146676d519b", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"action\": \"reboot\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/services/supervisor/actions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "services", "supervisor", "actions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-aa97ffa2-66df-41a0-8510-e146676d519b" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-c792277c-38b1-4252-a5df-a0f8ac28a936" } ], "id": "3cac2795-5844-4b4a-b3e3-42cea7b0e798", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-3cac2795-5844-4b4a-b3e3-42cea7b0e798" } ], "id": "da29951d-893d-4435-b1db-5421bfe116c0", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-da29951d-893d-4435-b1db-5421bfe116c0" } ], "id": "17f95565-7eb7-4265-962f-44faee9c5433", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-17f95565-7eb7-4265-962f-44faee9c5433" }, { "name": "network", "item": [ { "name": "Get server network", "id": "cf2257c6-f8ab-46a4-85f1-b0bf84a0dc99", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/network", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "network" ], "variable": [ { "id": "5f285154-ccc9-4d3a-8679-cf31e705035e", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "a86502a7-3bca-40d7-9da5-1a0e42e5a432", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Show the servers in this server's network.\n\nProcessing mode: sync" }, "response": [ { "id": "7d47e5a1-3da8-4f7d-94b3-9e054b78e6a3", "name": "Array of `ServerResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/network", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "network" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"worker\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"web\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n }\n ],\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-7d47e5a1-3da8-4f7d-94b3-9e054b78e6a3" }, { "id": "8e1c7ade-7a41-4727-9d9a-62a1c4e285a9", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/network", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "network" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-8e1c7ade-7a41-4727-9d9a-62a1c4e285a9" }, { "id": "6bbe56de-08d1-4331-bb3b-88548502474c", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/network", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "network" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-6bbe56de-08d1-4331-bb3b-88548502474c" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-cf2257c6-f8ab-46a4-85f1-b0bf84a0dc99" }, { "name": "Update server network", "id": "1b8e155c-a13a-43d2-8e50-1e679286d44c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"servers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/network", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "network" ], "variable": [ { "id": "3af239b6-86f5-4eea-8450-cc9a02ebe79d", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "e5e2c455-fe52-4907-9632-c7c23d02ef55", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Sync the server's network with the given list of server IDs.\n\nProcessing mode: async" }, "response": [ { "id": "912b72f6-1f21-4452-a92b-7951a0106e3b", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"servers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/network", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "network" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-912b72f6-1f21-4452-a92b-7951a0106e3b" }, { "id": "6e3fc2e9-4e88-448c-974d-59d306db47a5", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"servers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/network", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "network" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-6e3fc2e9-4e88-448c-974d-59d306db47a5" }, { "id": "602cf6c4-96ae-463c-b116-ef5bcbc5d920", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"servers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/network", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "network" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-602cf6c4-96ae-463c-b116-ef5bcbc5d920" }, { "id": "cc891411-320d-4503-a60d-dfdbdb9f66fa", "name": "Validation error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"servers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/network", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "network" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-cc891411-320d-4503-a60d-dfdbdb9f66fa" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-1b8e155c-a13a-43d2-8e50-1e679286d44c" } ], "id": "3fd13dfe-aaf7-4679-885b-5e1168735df0", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-3fd13dfe-aaf7-4679-885b-5e1168735df0" }, { "name": "events", "item": [ { "name": "{event}", "item": [ { "name": "output", "item": [ { "name": "Get server event output", "id": "2415b7a8-2cc8-4462-a4ce-9fb5ab127464", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events/:event/output", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events", ":event", "output" ], "variable": [ { "id": "cf673e26-9598-4f03-a627-e109309c7fa9", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "c51337be-a824-4278-9d1d-bb9bd7ee000f", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "5738ceac-23fc-4caa-affb-87a063ea5688", "key": "event", "value": "", "description": "(Required) The event ID" } ] }, "description": "Get the output for a specific event associated with the server.\n\nProcessing mode: sync" }, "response": [ { "id": "1e33a824-d051-4be0-a9c7-0e8b3b42b36b", "name": "`EventOutputResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events/:event/output", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events", ":event", "output" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "event" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"eventOutputs\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"output\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-1e33a824-d051-4be0-a9c7-0e8b3b42b36b" }, { "id": "964426e1-bc1f-4d0c-b1b6-353eb41c2954", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events/:event/output", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events", ":event", "output" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "event" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-964426e1-bc1f-4d0c-b1b6-353eb41c2954" }, { "id": "5a1858a6-6f84-423f-b32f-2897a1dd3608", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events/:event/output", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events", ":event", "output" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "event" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-5a1858a6-6f84-423f-b32f-2897a1dd3608" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-2415b7a8-2cc8-4462-a4ce-9fb5ab127464" } ], "id": "077ef68d-b12d-4c53-aacb-a97a4659d0fb", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-077ef68d-b12d-4c53-aacb-a97a4659d0fb" }, { "name": "Get server event", "id": "59712369-54b2-41f9-9dc8-792aa4380327", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events/:event", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events", ":event" ], "variable": [ { "id": "b42b9241-220b-49b9-b512-f1b5c6312323", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "c1b82b88-a499-43eb-9575-904b5afda385", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "2981027a-5db2-4384-a877-4076ceb24dbd", "key": "event", "value": "", "description": "(Required) The event ID" } ] }, "description": "Get a specific event associated with the server.\n\nProcessing mode: sync" }, "response": [ { "id": "913733d8-5a8a-4a4f-ada8-f5e01100a704", "name": "`EventResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events/:event", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events", ":event" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "event" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"events\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"description\": \"\",\n \"ran_as\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"relationships\": {\n \"initiator\": {\n \"data\": {\n \"type\": \"users\",\n \"id\": \"\"\n }\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"users\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"email\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"users\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"email\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-913733d8-5a8a-4a4f-ada8-f5e01100a704" }, { "id": "8f1364cf-0221-4cc5-9abf-a7e0a495acec", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events/:event", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events", ":event" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "event" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-8f1364cf-0221-4cc5-9abf-a7e0a495acec" }, { "id": "fb848593-011f-4146-a6f6-7e4c99178d7d", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events/:event", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events", ":event" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "event" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-fb848593-011f-4146-a6f6-7e4c99178d7d" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-59712369-54b2-41f9-9dc8-792aa4380327" } ], "id": "df59f236-5f68-40a9-8a55-beeaa50dafc9", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-df59f236-5f68-40a9-8a55-beeaa50dafc9" }, { "name": "List server events", "id": "6799a6c3-bcac-4f4a-94a0-df30edca206e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events?page[size]=30&page[cursor]=&filter[initiated_by]=&filter[ran_as]=&sort=created_at,created_at&include=initiatorExists,initiatorCount", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The user ID of the event initiator.", "key": "filter[initiated_by]", "value": "" }, { "description": "The server user that the event was run as.", "key": "filter[ran_as]", "value": "" }, { "key": "sort", "value": "created_at,created_at" }, { "key": "include", "value": "initiatorExists,initiatorCount" } ], "variable": [ { "id": "c74ba49c-b0e0-476f-9f6a-472964fe4409", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "9e157afb-1784-4a12-9276-644954512e0d", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "List all events associated with the server.\n\nProcessing mode: sync" }, "response": [ { "id": "c55e8abf-b913-487f-82cf-86f05d8ce4d3", "name": "Paginated set of `EventResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events?page[size]=30&page[cursor]=&filter[initiated_by]=&filter[ran_as]=&sort=created_at,created_at&include=initiatorExists,initiatorCount", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The user ID of the event initiator.", "key": "filter[initiated_by]", "value": "" }, { "description": "The server user that the event was run as.", "key": "filter[ran_as]", "value": "" }, { "key": "sort", "value": "created_at,created_at" }, { "key": "include", "value": "initiatorExists,initiatorCount" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"events\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"description\": \"\",\n \"ran_as\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"relationships\": {\n \"initiator\": {\n \"data\": {\n \"type\": \"users\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"events\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"description\": \"\",\n \"ran_as\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"relationships\": {\n \"initiator\": {\n \"data\": {\n \"type\": \"users\",\n \"id\": \"\"\n }\n }\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"users\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"email\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"users\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"email\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-c55e8abf-b913-487f-82cf-86f05d8ce4d3" }, { "id": "63a55c56-55a4-47f6-acfb-780991f06f7a", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events?page[size]=30&page[cursor]=&filter[initiated_by]=&filter[ran_as]=&sort=created_at,created_at&include=initiatorExists,initiatorCount", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The user ID of the event initiator.", "key": "filter[initiated_by]", "value": "" }, { "description": "The server user that the event was run as.", "key": "filter[ran_as]", "value": "" }, { "key": "sort", "value": "created_at,created_at" }, { "key": "include", "value": "initiatorExists,initiatorCount" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-63a55c56-55a4-47f6-acfb-780991f06f7a" }, { "id": "757f61a9-c45d-4b45-a2ed-61e944a8403d", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/events?page[size]=30&page[cursor]=&filter[initiated_by]=&filter[ran_as]=&sort=created_at,created_at&include=initiatorExists,initiatorCount", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "events" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The user ID of the event initiator.", "key": "filter[initiated_by]", "value": "" }, { "description": "The server user that the event was run as.", "key": "filter[ran_as]", "value": "" }, { "key": "sort", "value": "created_at,created_at" }, { "key": "include", "value": "initiatorExists,initiatorCount" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-757f61a9-c45d-4b45-a2ed-61e944a8403d" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-6799a6c3-bcac-4f4a-94a0-df30edca206e" } ], "id": "bdc3f45c-2f2a-4de0-a0ce-6052ba787f99", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-bdc3f45c-2f2a-4de0-a0ce-6052ba787f99" }, { "name": "php", "item": [ { "name": "cli-version", "item": [ { "name": "Get PHP CLI version", "id": "1efbd07c-3488-4e0f-a343-5f1adb04e47a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/cli-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "cli-version" ], "variable": [ { "id": "7c715de0-682d-49f8-9cf9-9658597c46b0", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "a1372dd8-648a-45f2-8f46-a807c4a40d77", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Show the PHP CLI version which has been set for the server.\n\nProcessing mode: sync" }, "response": [ { "id": "1e7149f5-8c58-42d1-ada1-2c228d947bca", "name": "`PhpVersionResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/cli-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "cli-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"phpVersions\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"version\": \"8.0\",\n \"binary_name\": \"\",\n \"status\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-1e7149f5-8c58-42d1-ada1-2c228d947bca" }, { "id": "020d9e12-277a-4f9e-954c-19f40a7bfc48", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/cli-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "cli-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-020d9e12-277a-4f9e-954c-19f40a7bfc48" }, { "id": "bbb865a1-15ae-44a1-bb83-575b6fd12ba3", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/cli-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "cli-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-bbb865a1-15ae-44a1-bb83-575b6fd12ba3" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-1efbd07c-3488-4e0f-a343-5f1adb04e47a" }, { "name": "Update PHP CLI version", "id": "04ca9a70-8423-43a8-a94a-2399e511ba2a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"php_version\": \"8.3\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/cli-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "cli-version" ], "variable": [ { "id": "841de895-a39a-4c90-be4d-601582d38001", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "c9a1400b-5463-4fae-bf99-282af1e35156", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Update the PHP CLI version for the server.\n\nProcessing mode: async" }, "response": [ { "id": "f3db55a1-2394-4096-a0d9-7249c1c50dac", "name": "No content", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"php_version\": \"8.3\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/cli-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "cli-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-f3db55a1-2394-4096-a0d9-7249c1c50dac" }, { "id": "5b5a81a8-95e2-4af3-a9c4-3d5325d2562f", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"php_version\": \"8.3\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/cli-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "cli-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-5b5a81a8-95e2-4af3-a9c4-3d5325d2562f" }, { "id": "8a8f96b4-7057-46c7-b103-d4db0857feb7", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"php_version\": \"8.3\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/cli-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "cli-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-8a8f96b4-7057-46c7-b103-d4db0857feb7" }, { "id": "681063c5-499a-4b33-94b6-3592dfd2ac09", "name": "Validation error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"php_version\": \"8.3\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/cli-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "cli-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-681063c5-499a-4b33-94b6-3592dfd2ac09" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-04ca9a70-8423-43a8-a94a-2399e511ba2a" } ], "id": "efccf510-15b1-47c4-8392-74721297a401", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-efccf510-15b1-47c4-8392-74721297a401" }, { "name": "site-version", "item": [ { "name": "Get PHP site version", "id": "c08ad28e-389b-4f3e-abf4-ba65eaab2f90", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/site-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "site-version" ], "variable": [ { "id": "a88ca18f-8c7f-4c31-806c-2997eebb2386", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "6c2faa12-523e-4a50-af3e-541827543134", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Show the PHP site version which has been set for the server.\n\nProcessing mode: sync" }, "response": [ { "id": "80cfa602-bd2d-4c3e-a036-520bf1e37964", "name": "`PhpVersionResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/site-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "site-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"phpVersions\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"version\": \"8.0\",\n \"binary_name\": \"\",\n \"status\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-80cfa602-bd2d-4c3e-a036-520bf1e37964" }, { "id": "02534a62-db7b-46cc-8930-58e3e8cdef62", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/site-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "site-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-02534a62-db7b-46cc-8930-58e3e8cdef62" }, { "id": "ac7de5d1-7eaa-4e86-be3d-0fb188ac1849", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/site-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "site-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-ac7de5d1-7eaa-4e86-be3d-0fb188ac1849" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-c08ad28e-389b-4f3e-abf4-ba65eaab2f90" }, { "name": "Update PHP site version", "id": "8eaabd8c-12f3-4c23-ac22-e723f9df5daf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"php_version\": \"8.3\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/site-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "site-version" ], "variable": [ { "id": "7d73387b-bb11-4c6c-889b-272b269e2498", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "21d39510-f832-4a67-ad18-04261e044934", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Update the PHP site version for the server.\n\nProcessing mode: async" }, "response": [ { "id": "dcbe3cd3-f8c2-46f8-967e-b275542b1c67", "name": "No content", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"php_version\": \"8.3\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/site-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "site-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-dcbe3cd3-f8c2-46f8-967e-b275542b1c67" }, { "id": "89de831f-2013-4ab4-af0d-796178e5e1e7", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"php_version\": \"8.3\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/site-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "site-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-89de831f-2013-4ab4-af0d-796178e5e1e7" }, { "id": "5074beab-e7d0-44fd-b68b-1dc2e5296b8c", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"php_version\": \"8.3\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/site-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "site-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-5074beab-e7d0-44fd-b68b-1dc2e5296b8c" }, { "id": "5ff12604-3506-44d6-9a79-65f658abe350", "name": "Validation error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"php_version\": \"8.3\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/site-version", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "site-version" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-5ff12604-3506-44d6-9a79-65f658abe350" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-8eaabd8c-12f3-4c23-ac22-e723f9df5daf" } ], "id": "00b354c1-1319-49c2-9d92-f6a67c6370f0", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-00b354c1-1319-49c2-9d92-f6a67c6370f0" }, { "name": "versions", "item": [ { "name": "{phpVersion}", "item": [ { "name": "configs", "item": [ { "name": "fpm", "item": [ { "name": "Get PHP version FPM config", "id": "0b537ec3-b276-4315-8acd-9ca1f9c77830", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/fpm", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "fpm" ], "variable": [ { "id": "cb2fd497-cfb5-43f0-b257-84dff9cb96fc", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "005a93ef-5e66-48e3-b8ba-7533e588081d", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "e4fb1cd2-ab58-4bd1-94c8-4af733c59b40", "key": "phpVersion", "value": "", "description": "(Required) The php version ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "08884bcb-b0f6-46a9-afdf-404cd7f1dbec", "name": "`PhpFpmConfigurationResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/fpm", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "fpm" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"phpFpmConfigurations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"configuration\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-08884bcb-b0f6-46a9-afdf-404cd7f1dbec" }, { "id": "202312c3-271e-43be-a654-ae161ed4dadb", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/fpm", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "fpm" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-202312c3-271e-43be-a654-ae161ed4dadb" }, { "id": "fdefac22-a941-4fbf-8c1a-caab6538bb64", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/fpm", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "fpm" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-fdefac22-a941-4fbf-8c1a-caab6538bb64" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-0b537ec3-b276-4315-8acd-9ca1f9c77830" }, { "name": "Update PHP version FPM config", "id": "a789a691-076b-4c35-b538-745f1f6965cb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/fpm", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "fpm" ], "variable": [ { "id": "a075198c-7bd9-491e-8319-b9bff2e81a00", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "6ba74723-5af4-4c91-8bc6-fbc780b540d7", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "b457819f-bd28-4988-b310-617f82579367", "key": "phpVersion", "value": "", "description": "(Required) The php version ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "40bd04e2-f64c-45cd-949f-b937d3800b2e", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/fpm", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "fpm" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-40bd04e2-f64c-45cd-949f-b937d3800b2e" }, { "id": "13064b43-fa39-4883-8793-62864362fffa", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/fpm", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "fpm" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-13064b43-fa39-4883-8793-62864362fffa" }, { "id": "2d553311-bf0e-4545-8b80-ebd95e914150", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/fpm", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "fpm" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-2d553311-bf0e-4545-8b80-ebd95e914150" }, { "id": "d2d0d2a0-dedb-45f7-a9a8-e3e3f13db5d2", "name": "Validation error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/fpm", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "fpm" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-d2d0d2a0-dedb-45f7-a9a8-e3e3f13db5d2" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-a789a691-076b-4c35-b538-745f1f6965cb" } ], "id": "1f3e340d-434c-4579-92fd-95ed45257004", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-1f3e340d-434c-4579-92fd-95ed45257004" }, { "name": "cli", "item": [ { "name": "Get PHP version CLI config", "id": "b557bfa6-076d-48c4-b7aa-c66aebcc4825", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/cli", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "cli" ], "variable": [ { "id": "ac28398d-84f3-4d29-9113-839717d53b22", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "ed09804a-82a6-4f9e-a6fe-a022dd717eaa", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "d3678982-d758-458c-b4ae-a2d35821aaeb", "key": "phpVersion", "value": "", "description": "(Required) The php version ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "760ccf6d-fc93-4e14-acd4-ed8899fee8a3", "name": "`PhpCliConfigurationResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/cli", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "cli" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"phpCliConfigurations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"configuration\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-760ccf6d-fc93-4e14-acd4-ed8899fee8a3" }, { "id": "97dfcb8b-d684-4e2f-b50b-2cdd1330ac85", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/cli", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "cli" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-97dfcb8b-d684-4e2f-b50b-2cdd1330ac85" }, { "id": "96446b5e-7c79-4d57-ad65-c9d043916d73", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/cli", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "cli" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-96446b5e-7c79-4d57-ad65-c9d043916d73" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-b557bfa6-076d-48c4-b7aa-c66aebcc4825" }, { "name": "Update PHP version CLI config", "id": "15846251-28a5-48ef-a32d-c23201708188", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/cli", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "cli" ], "variable": [ { "id": "d6ad3704-60ad-4901-8a65-7034d40f9843", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "cb3f51e0-0598-4004-83db-337ab7d25e58", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "2bced0bf-a40f-489c-89c9-aaaabc3f6c60", "key": "phpVersion", "value": "", "description": "(Required) The php version ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "3cbe553e-d1ad-45b1-bcff-014f47e1e205", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/cli", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "cli" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-3cbe553e-d1ad-45b1-bcff-014f47e1e205" }, { "id": "b16af507-9b2d-4469-aa5d-722d4390dea9", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/cli", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "cli" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-b16af507-9b2d-4469-aa5d-722d4390dea9" }, { "id": "e3fb594b-a2e7-49d8-95d6-1c7082e55d41", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/cli", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "cli" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-e3fb594b-a2e7-49d8-95d6-1c7082e55d41" }, { "id": "2a022893-c4a5-4582-8654-102ec12f9f5a", "name": "Validation error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/cli", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "cli" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-2a022893-c4a5-4582-8654-102ec12f9f5a" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-15846251-28a5-48ef-a32d-c23201708188" } ], "id": "f73b7af1-8180-4fc9-9d6d-01ac815ff851", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-f73b7af1-8180-4fc9-9d6d-01ac815ff851" }, { "name": "pool", "item": [ { "name": "Get PHP version pool config", "id": "81904ccc-39a3-40c5-9c8e-305012622c78", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/pool?user=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "pool" ], "query": [ { "key": "user", "value": "" } ], "variable": [ { "id": "b62a9455-41df-4f85-9c22-3f5db8c53be2", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "128e3543-0a7f-490d-bc08-04bb7550fb7b", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "27592a64-37eb-43ee-b5a3-17adda4d62dd", "key": "phpVersion", "value": "", "description": "(Required) The php version ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "78bb9e91-3544-440e-9112-c713d8d5bdf1", "name": "`PhpPoolConfigurationResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/pool?user=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "pool" ], "query": [ { "key": "user", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"phpPoolConfigurations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"configuration\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-78bb9e91-3544-440e-9112-c713d8d5bdf1" }, { "id": "dc8a4935-73ea-4aa8-acce-96607089fb09", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/pool?user=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "pool" ], "query": [ { "key": "user", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-dc8a4935-73ea-4aa8-acce-96607089fb09" }, { "id": "f4153f94-8108-4c6e-91be-a90110188688", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/pool?user=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "pool" ], "query": [ { "key": "user", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-f4153f94-8108-4c6e-91be-a90110188688" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-81904ccc-39a3-40c5-9c8e-305012622c78" }, { "name": "Update PHP version pool config", "id": "478e652a-5efe-4b41-920b-899ac4e3023f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\",\n \"user\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/pool", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "pool" ], "variable": [ { "id": "081b207a-33ad-42d2-9ebd-8b6c3580640b", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "629a534d-acbb-43cf-8e4c-31824f2b49e2", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "894a60d2-5bd3-47dd-a69f-97e9e2748fb3", "key": "phpVersion", "value": "", "description": "(Required) The php version ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "c796ccf7-2a14-4b5a-97f5-4f9b7e37fdff", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\",\n \"user\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/pool", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "pool" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-c796ccf7-2a14-4b5a-97f5-4f9b7e37fdff" }, { "id": "e062d1fa-0b94-4524-a34b-b6818577383f", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\",\n \"user\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/pool", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "pool" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-e062d1fa-0b94-4524-a34b-b6818577383f" }, { "id": "f6d3eae5-ba4c-40c7-99a6-767f78e8c5c6", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\",\n \"user\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/pool", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "pool" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-f6d3eae5-ba4c-40c7-99a6-767f78e8c5c6" }, { "id": "c0fd3e8c-b5d3-45ac-ad95-b0371beb02bb", "name": "Validation error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"config\": \"\",\n \"user\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion/configs/pool", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion", "configs", "pool" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-c0fd3e8c-b5d3-45ac-ad95-b0371beb02bb" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-478e652a-5efe-4b41-920b-899ac4e3023f" } ], "id": "5feb050d-260d-43f8-a973-9d9e920950fe", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-5feb050d-260d-43f8-a973-9d9e920950fe" } ], "id": "cba24294-cc82-4086-bb70-84a5e08c243b", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-cba24294-cc82-4086-bb70-84a5e08c243b" }, { "name": "Get PHP version", "id": "e9242976-26f5-4025-b448-ce852a75c8f7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "id": "d4f90472-4eee-48b4-9e99-a18df15f1977", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "0f2d0172-1b7d-41b7-9c22-06995d4a8d20", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "90f01ae4-3502-407a-8d73-27c35c1aad6f", "key": "phpVersion", "value": "", "description": "(Required) The php version ID" } ] }, "description": "Show the PHP version which has been installed on the server\n\nProcessing mode: sync" }, "response": [ { "id": "51e7f85f-8b3c-4f22-97a6-9e8a915f1d59", "name": "`PhpVersionResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"phpVersions\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"version\": \"8.0\",\n \"binary_name\": \"\",\n \"status\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-51e7f85f-8b3c-4f22-97a6-9e8a915f1d59" }, { "id": "458e87d8-1d08-45fa-8711-c8dd99dfbbf0", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-458e87d8-1d08-45fa-8711-c8dd99dfbbf0" }, { "id": "f5bd37a1-a31e-4eec-b750-43d06096040c", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-f5bd37a1-a31e-4eec-b750-43d06096040c" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-e9242976-26f5-4025-b448-ce852a75c8f7" }, { "name": "Update installed PHP version", "id": "b2baa48f-a020-448f-9a95-5b33f365e164", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "id": "29421f0f-6852-4d29-901b-eab8ba253545", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "97de3d9e-c60e-45e4-a623-c564486bfff5", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "8b947edf-f10d-496e-ad90-dd0692c68b37", "key": "phpVersion", "value": "", "description": "(Required) The php version ID" } ] }, "description": "Update PHP version to the latest patch release\n\nProcessing mode: async" }, "response": [ { "id": "56ce97be-3ce3-40de-9540-b9d1ac982098", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-56ce97be-3ce3-40de-9540-b9d1ac982098" }, { "id": "fcc7393f-198e-4d62-b45c-bb83a8bdd49b", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-fcc7393f-198e-4d62-b45c-bb83a8bdd49b" }, { "id": "91c73f3d-40ad-4ee9-9736-0fa197c927a1", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-91c73f3d-40ad-4ee9-9736-0fa197c927a1" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-b2baa48f-a020-448f-9a95-5b33f365e164" }, { "name": "Delete installed PHP version", "id": "2d8db3b9-d1bb-4af3-b0fc-aadb556bed5f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "id": "2365784b-25a8-4d74-8de0-8fa28b487b88", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "c661634f-cecc-46c3-a7bd-2e60c37e0dfc", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "f8f895ff-0eda-4668-b8c1-f9f234028edf", "key": "phpVersion", "value": "", "description": "(Required) The php version ID" } ] }, "description": "Uninstall the PHP version from the server\n\nProcessing mode: async" }, "response": [ { "id": "5e4bcce1-1772-4efe-b2f6-48c62d827b2e", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-5e4bcce1-1772-4efe-b2f6-48c62d827b2e" }, { "id": "812c2de0-15db-47ef-b9b4-f9eef58019e4", "name": "Authorization error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-812c2de0-15db-47ef-b9b4-f9eef58019e4" }, { "id": "f936f3c1-af4f-445a-b3c2-a78b1303c127", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions/:phpVersion", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions", ":phpVersion" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "phpVersion" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-f936f3c1-af4f-445a-b3c2-a78b1303c127" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-2d8db3b9-d1bb-4af3-b0fc-aadb556bed5f" } ], "id": "f005dcc8-afe6-4ad5-a660-4e137cabd716", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-f005dcc8-afe6-4ad5-a660-4e137cabd716" }, { "name": "List PHP versions for server", "id": "e4f848fd-1138-4810-8432-59460e735bda", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions?page[size]=30&page[cursor]=&filter[status]=&filter[version]=&sort=-status,updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "filter[status]", "value": "" }, { "key": "filter[version]", "value": "" }, { "key": "sort", "value": "-status,updated_at" } ], "variable": [ { "id": "d209d75e-5633-443c-83d0-264114678a87", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "11d4bd19-c5ae-4c0a-9d79-7caa09b67e15", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "List all PHP versions installed on the server\n\nProcessing mode: sync" }, "response": [ { "id": "708734c0-dd87-4d49-9c82-2961129af221", "name": "Paginated set of `PhpVersionResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions?page[size]=30&page[cursor]=&filter[status]=&filter[version]=&sort=-status,updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "filter[status]", "value": "" }, { "key": "filter[version]", "value": "" }, { "key": "sort", "value": "-status,updated_at" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"phpVersions\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"version\": \"8.0\",\n \"binary_name\": \"\",\n \"status\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"phpVersions\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"version\": \"7.1\",\n \"binary_name\": \"\",\n \"status\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-708734c0-dd87-4d49-9c82-2961129af221" }, { "id": "bdf051dd-08ee-4647-a22b-520cb49dcee4", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions?page[size]=30&page[cursor]=&filter[status]=&filter[version]=&sort=-status,updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "filter[status]", "value": "" }, { "key": "filter[version]", "value": "" }, { "key": "sort", "value": "-status,updated_at" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-bdf051dd-08ee-4647-a22b-520cb49dcee4" }, { "id": "8434ec7f-cf9f-43de-bffd-ba56969f525c", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions?page[size]=30&page[cursor]=&filter[status]=&filter[version]=&sort=-status,updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "filter[status]", "value": "" }, { "key": "filter[version]", "value": "" }, { "key": "sort", "value": "-status,updated_at" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-8434ec7f-cf9f-43de-bffd-ba56969f525c" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-e4f848fd-1138-4810-8432-59460e735bda" }, { "name": "Install new PHP version", "id": "40aaffcf-9ba9-4315-99f8-847cf72c10f6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"version\": \"php74\",\n \"cli_default\": \"\",\n \"site_default\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions" ], "variable": [ { "id": "278fa5b0-1454-4f52-ab79-19a3ea0f9072", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "e71c9557-2a9a-4272-8335-68245dc4df04", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Install a new PHP version on the server\n\nProcessing mode: async" }, "response": [ { "id": "c6f558ed-74b8-4e40-95e7-bdfe0dad7b72", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version\": \"php74\",\n \"cli_default\": \"\",\n \"site_default\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-c6f558ed-74b8-4e40-95e7-bdfe0dad7b72" }, { "id": "f4389833-d8c5-448e-99ff-edd176716204", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version\": \"php74\",\n \"cli_default\": \"\",\n \"site_default\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-f4389833-d8c5-448e-99ff-edd176716204" }, { "id": "cc5ea488-afd9-488e-8b62-d999238f56d4", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version\": \"php74\",\n \"cli_default\": \"\",\n \"site_default\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-cc5ea488-afd9-488e-8b62-d999238f56d4" }, { "id": "cd6500cf-a052-408f-ac3c-b0759d5a3f55", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version\": \"php74\",\n \"cli_default\": \"\",\n \"site_default\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/versions", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "versions" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-cd6500cf-a052-408f-ac3c-b0759d5a3f55" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-40aaffcf-9ba9-4315-99f8-847cf72c10f6" } ], "id": "c8626059-36b9-46b6-b284-b628311c0e87", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-c8626059-36b9-46b6-b284-b628311c0e87" }, { "name": "max-upload-size", "item": [ { "name": "Get server PHP max upload size", "id": "d873299d-7e27-437b-a983-b3ea4d1ede10", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-upload-size", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-upload-size" ], "variable": [ { "id": "1ca43967-df05-4da5-9967-87ab47bd6717", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "08071fc6-1443-4c6a-8e1a-0c5ec66014b4", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "81d503dd-7965-4291-b79b-bd4573078d22", "name": "`PhpMaxUploadSizeResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-upload-size", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-upload-size" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"phpMaxUploadSizes\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"max_upload_size\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-81d503dd-7965-4291-b79b-bd4573078d22" }, { "id": "0f5c878b-1ee6-4206-b84b-012ba061d8cb", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-upload-size", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-upload-size" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-0f5c878b-1ee6-4206-b84b-012ba061d8cb" }, { "id": "ec6cb13f-d09b-4512-aa89-7c2ffcccfa9e", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-upload-size", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-upload-size" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-ec6cb13f-d09b-4512-aa89-7c2ffcccfa9e" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-d873299d-7e27-437b-a983-b3ea4d1ede10" }, { "name": "Update server PHP max upload size", "id": "9d9f1ae5-ce09-4c47-96d9-25def759d1ac", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"max_upload_size\": \"\",\n \"max_execution_time\": \"\",\n \"opcache\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-upload-size", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-upload-size" ], "variable": [ { "id": "bb2ba540-4984-4889-97a3-8599c73d8e97", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "7f1c12cf-5523-446e-95a2-0f4bf5141fef", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "b0bd808b-8aeb-4b18-8297-a1d8dcd193fe", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"max_upload_size\": \"\",\n \"max_execution_time\": \"\",\n \"opcache\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-upload-size", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-upload-size" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-b0bd808b-8aeb-4b18-8297-a1d8dcd193fe" }, { "id": "211185fd-1287-4ad3-a489-916bcf1efb6b", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"max_upload_size\": \"\",\n \"max_execution_time\": \"\",\n \"opcache\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-upload-size", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-upload-size" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-211185fd-1287-4ad3-a489-916bcf1efb6b" }, { "id": "b1e95344-51b4-48df-83fa-6292ba8997ca", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"max_upload_size\": \"\",\n \"max_execution_time\": \"\",\n \"opcache\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-upload-size", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-upload-size" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-b1e95344-51b4-48df-83fa-6292ba8997ca" }, { "id": "f60982f6-e601-4d98-96b8-b0996ce59178", "name": "Validation error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"max_upload_size\": \"\",\n \"max_execution_time\": \"\",\n \"opcache\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-upload-size", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-upload-size" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-f60982f6-e601-4d98-96b8-b0996ce59178" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-9d9f1ae5-ce09-4c47-96d9-25def759d1ac" } ], "id": "4a16d07a-a121-4f2b-b159-a5ba56011a0e", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-4a16d07a-a121-4f2b-b159-a5ba56011a0e" }, { "name": "max-execution-time", "item": [ { "name": "Get server PHP max execution time", "id": "1ef4fb56-81b9-47cc-b175-b67963d35241", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-execution-time", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-execution-time" ], "variable": [ { "id": "86889340-67cf-4c9e-9f70-2a67f51883e5", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "dd4d5de3-39b8-4207-9518-1c5e21f55583", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "d9a0a924-cbb7-4720-b332-279a447a0dcf", "name": "`PhpMaxExecutionTimeResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-execution-time", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-execution-time" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"phpMaxExecutionTimes\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"max_execution_time\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-d9a0a924-cbb7-4720-b332-279a447a0dcf" }, { "id": "62a8665e-41c0-4991-b809-b549e2d433cb", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-execution-time", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-execution-time" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-62a8665e-41c0-4991-b809-b549e2d433cb" }, { "id": "74a9f956-c316-41fb-8350-733854debdf3", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-execution-time", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-execution-time" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-74a9f956-c316-41fb-8350-733854debdf3" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-1ef4fb56-81b9-47cc-b175-b67963d35241" }, { "name": "Update server PHP max execution time", "id": "4cb0ed06-4d5d-495e-84d4-be115ad06574", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"max_upload_size\": \"\",\n \"max_execution_time\": \"\",\n \"opcache\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-execution-time", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-execution-time" ], "variable": [ { "id": "5ac212aa-90c3-459d-b4a2-9c85ab380fa2", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "200539be-457e-4647-b46e-b7cb5ffab3c1", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "60e98361-6ffa-49fe-9a82-f2bf3e4f09cb", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"max_upload_size\": \"\",\n \"max_execution_time\": \"\",\n \"opcache\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-execution-time", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-execution-time" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-60e98361-6ffa-49fe-9a82-f2bf3e4f09cb" }, { "id": "0d3df356-7466-437e-a3cc-9d0d491f9b37", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"max_upload_size\": \"\",\n \"max_execution_time\": \"\",\n \"opcache\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-execution-time", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-execution-time" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-0d3df356-7466-437e-a3cc-9d0d491f9b37" }, { "id": "3ff781e3-889b-4815-a4f7-134dcd4d2f20", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"max_upload_size\": \"\",\n \"max_execution_time\": \"\",\n \"opcache\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-execution-time", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-execution-time" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-3ff781e3-889b-4815-a4f7-134dcd4d2f20" }, { "id": "94164176-2907-43f3-a53b-8ac4b4a3a476", "name": "Validation error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"max_upload_size\": \"\",\n \"max_execution_time\": \"\",\n \"opcache\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/max-execution-time", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "max-execution-time" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-94164176-2907-43f3-a53b-8ac4b4a3a476" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-4cb0ed06-4d5d-495e-84d4-be115ad06574" } ], "id": "04d261b3-c036-4462-ae81-a768c5e9099f", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-04d261b3-c036-4462-ae81-a768c5e9099f" }, { "name": "opcache", "item": [ { "name": "Get server PHP OPcache status", "id": "ea55f0d8-122d-41f0-a3b4-b86fd1da6c06", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "id": "026bf4ad-48ee-4819-8bf2-ede689c987a2", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "3ad3df2e-add9-4cec-b57a-1d14c1f99dbd", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "16ded32e-899b-4371-9274-82d50e37178b", "name": "`PhpOpcacheResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"phpOpcaches\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"opcache_enabled\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-16ded32e-899b-4371-9274-82d50e37178b" }, { "id": "9caac77d-ad9b-4153-bc80-7c7d67e0d97b", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-9caac77d-ad9b-4153-bc80-7c7d67e0d97b" }, { "id": "14aadb37-43ae-442a-bcd5-fea8d26f73d9", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-14aadb37-43ae-442a-bcd5-fea8d26f73d9" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-ea55f0d8-122d-41f0-a3b4-b86fd1da6c06" }, { "name": "Create PHP OPcache config", "id": "0e0bc5f1-cdc7-4570-81fc-c6a3cc6b165f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "id": "4c78bfda-b7ab-494f-8c54-e0c0688f0c3a", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "63219f93-aba3-49cd-baa1-660e52424d20", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Enable PHP OPcache for the server.\n\nProcessing mode: async" }, "response": [ { "id": "4de1e055-ed40-4303-9fc8-6419dc8bc175", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-4de1e055-ed40-4303-9fc8-6419dc8bc175" }, { "id": "506386c7-5cda-475c-bd44-138fcd8a16d5", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-506386c7-5cda-475c-bd44-138fcd8a16d5" }, { "id": "23c97bf6-f7ec-4342-8306-4e91ecd306a4", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-23c97bf6-f7ec-4342-8306-4e91ecd306a4" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-0e0bc5f1-cdc7-4570-81fc-c6a3cc6b165f" }, { "name": "Delete PHP OPcache config", "id": "a609c44c-86a3-41e8-83a0-e665afec05ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "id": "61d7bdc4-4cb6-4e64-b88f-af5e123ff9c1", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "083d61c9-b49d-445c-89c4-609b306b3a42", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Disable PHP OPcache for the server.\n\nProcessing mode: async" }, "response": [ { "id": "300ce910-310f-417f-a6c8-85cdad14694d", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-300ce910-310f-417f-a6c8-85cdad14694d" }, { "id": "1f93aa33-7eeb-426d-adb7-b1e3af15226e", "name": "Authorization error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-1f93aa33-7eeb-426d-adb7-b1e3af15226e" }, { "id": "9723ab6a-c2d0-4488-a757-d4b71cfa632b", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/php/opcache", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "php", "opcache" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-9723ab6a-c2d0-4488-a757-d4b71cfa632b" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-a609c44c-86a3-41e8-83a0-e665afec05ad" } ], "id": "6fbf3b6f-d07c-418d-aa42-5e3ab9b0b84c", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-6fbf3b6f-d07c-418d-aa42-5e3ab9b0b84c" } ], "id": "7778e197-bbf3-434b-a108-3e3740e71c6a", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-7778e197-bbf3-434b-a108-3e3740e71c6a" }, { "name": "Get server", "id": "6ffce19f-03d2-4e90-a8dc-992c6634daf0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "variable": [ { "id": "e7299f80-3478-426a-85d1-723344bdf1f0", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "40fad14c-12c1-4a05-b15e-4dc456d236e7", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Show a specific server for the organization.\n\nProcessing mode: sync" }, "response": [ { "id": "03776705-a0ba-4e2d-bed8-1ee591b018b0", "name": "`ServerResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-03776705-a0ba-4e2d-bed8-1ee591b018b0" }, { "id": "5b2b17a2-9247-4567-8717-88d8ab6159e9", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-5b2b17a2-9247-4567-8717-88d8ab6159e9" }, { "id": "10d691de-5583-47d4-91e8-ed40208803e6", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-10d691de-5583-47d4-91e8-ed40208803e6" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-6ffce19f-03d2-4e90-a8dc-992c6634daf0" }, { "name": "Update server", "id": "3a8a5784-6660-4296-a05f-7131ae00a2db", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"timezone\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "variable": [ { "id": "6234c9a0-8dd8-44d6-aec2-b3ca1280c78a", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "cbb9c5b3-1034-40f6-b2c7-86fdd2c2cd32", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Update a server's details such as name, IP address, timezone, and tags.\n\nProcessing mode: sync" }, "response": [ { "id": "865f08b7-4c8f-4246-a9f2-7acb57f37bc9", "name": "`ServerResource`", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"timezone\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-865f08b7-4c8f-4246-a9f2-7acb57f37bc9" }, { "id": "2f130779-f084-4f98-be40-45625d642507", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"timezone\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-2f130779-f084-4f98-be40-45625d642507" }, { "id": "5165ce0e-e959-43ce-a214-35d1979ace96", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"timezone\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-5165ce0e-e959-43ce-a214-35d1979ace96" }, { "id": "c99c10b1-cf6b-4512-b0b3-c1f51d3d1498", "name": "Validation error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"timezone\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-c99c10b1-cf6b-4512-b0b3-c1f51d3d1498" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-3a8a5784-6660-4296-a05f-7131ae00a2db" }, { "name": "Delete server", "id": "37752fb5-5d15-4637-bac0-4121bfdbe9a0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server?preserve_at_provider=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "query": [ { "description": "When set to `true`, the server will only be removed from Forge\nand will not be deleted from the server provider.", "key": "preserve_at_provider", "value": "" } ], "variable": [ { "id": "d1ee8ee7-3683-4f95-a934-df3aca84f72c", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "d5040fab-9e33-409a-9c16-a32ce824a615", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Delete a server. If `preserve_at_provider` is set to `true`, the server\nwill only be removed from Forge and will not be deleted from the server provider.\n\nProcessing mode: async" }, "response": [ { "id": "e09ff3b2-6d0d-459e-b827-a29544758474", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server?preserve_at_provider=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "query": [ { "description": "When set to `true`, the server will only be removed from Forge\nand will not be deleted from the server provider.", "key": "preserve_at_provider", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-e09ff3b2-6d0d-459e-b827-a29544758474" }, { "id": "bd993c2b-4a57-4b68-a965-23b37898e380", "name": "Authorization error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server?preserve_at_provider=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "query": [ { "description": "When set to `true`, the server will only be removed from Forge\nand will not be deleted from the server provider.", "key": "preserve_at_provider", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-bd993c2b-4a57-4b68-a965-23b37898e380" }, { "id": "25a3307f-9170-476e-8543-4f2455d910dd", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server?preserve_at_provider=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "query": [ { "description": "When set to `true`, the server will only be removed from Forge\nand will not be deleted from the server provider.", "key": "preserve_at_provider", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-25a3307f-9170-476e-8543-4f2455d910dd" }, { "id": "51be6ac0-11e8-4fe2-ba99-c6236e65a648", "name": "Validation error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server?preserve_at_provider=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server" ], "query": [ { "description": "When set to `true`, the server will only be removed from Forge\nand will not be deleted from the server provider.", "key": "preserve_at_provider", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-51be6ac0-11e8-4fe2-ba99-c6236e65a648" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-37752fb5-5d15-4637-bac0-4121bfdbe9a0" } ], "id": "ce915f4c-b1f2-41bc-8eb1-dc4602af3620", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-ce915f4c-b1f2-41bc-8eb1-dc4602af3620" }, { "name": "List servers", "id": "67bd9bd4-760b-4850-aa0c-830778dd4cdc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers?page[size]=30&page[cursor]=&filter[ip_address]=&filter[name]=&filter[region]=&filter[size]=&filter[provider]=&filter[ubuntu_version]=&filter[php_version]=&filter[database_type]=&sort=created_at,-updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The IP address of the server.", "key": "filter[ip_address]", "value": "" }, { "description": "The name of the server.", "key": "filter[name]", "value": "" }, { "description": "The region where the server is located.", "key": "filter[region]", "value": "" }, { "description": "The size of the server.", "key": "filter[size]", "value": "" }, { "description": "The provider of the server.", "key": "filter[provider]", "value": "" }, { "description": "The Ubuntu version of the server.", "key": "filter[ubuntu_version]", "value": "" }, { "description": "The PHP version of the server.", "key": "filter[php_version]", "value": "" }, { "description": "The database type of the server.", "key": "filter[database_type]", "value": "" }, { "key": "sort", "value": "created_at,-updated_at" } ], "variable": [ { "id": "15c4a7e0-a653-4bff-93d8-a4c0e7648759", "key": "organization", "value": "", "description": "(Required) The organization slug" } ] }, "description": "Show all servers for the organization.\n\nProcessing mode: sync" }, "response": [ { "id": "89d93c89-5a6c-4943-a1be-ac28af9e6579", "name": "Paginated set of `ServerResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers?page[size]=30&page[cursor]=&filter[ip_address]=&filter[name]=&filter[region]=&filter[size]=&filter[provider]=&filter[ubuntu_version]=&filter[php_version]=&filter[database_type]=&sort=created_at,-updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The IP address of the server.", "key": "filter[ip_address]", "value": "" }, { "description": "The name of the server.", "key": "filter[name]", "value": "" }, { "description": "The region where the server is located.", "key": "filter[region]", "value": "" }, { "description": "The size of the server.", "key": "filter[size]", "value": "" }, { "description": "The provider of the server.", "key": "filter[provider]", "value": "" }, { "description": "The Ubuntu version of the server.", "key": "filter[ubuntu_version]", "value": "" }, { "description": "The PHP version of the server.", "key": "filter[php_version]", "value": "" }, { "description": "The database type of the server.", "key": "filter[database_type]", "value": "" }, { "key": "sort", "value": "created_at,-updated_at" } ], "variable": [ { "key": "organization" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"meilisearch\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-89d93c89-5a6c-4943-a1be-ac28af9e6579" }, { "id": "f065dc0f-d368-48eb-9669-cf24e36ebdfd", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers?page[size]=30&page[cursor]=&filter[ip_address]=&filter[name]=&filter[region]=&filter[size]=&filter[provider]=&filter[ubuntu_version]=&filter[php_version]=&filter[database_type]=&sort=created_at,-updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The IP address of the server.", "key": "filter[ip_address]", "value": "" }, { "description": "The name of the server.", "key": "filter[name]", "value": "" }, { "description": "The region where the server is located.", "key": "filter[region]", "value": "" }, { "description": "The size of the server.", "key": "filter[size]", "value": "" }, { "description": "The provider of the server.", "key": "filter[provider]", "value": "" }, { "description": "The Ubuntu version of the server.", "key": "filter[ubuntu_version]", "value": "" }, { "description": "The PHP version of the server.", "key": "filter[php_version]", "value": "" }, { "description": "The database type of the server.", "key": "filter[database_type]", "value": "" }, { "key": "sort", "value": "created_at,-updated_at" } ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-f065dc0f-d368-48eb-9669-cf24e36ebdfd" }, { "id": "77c260a8-9efc-4a5f-b2fa-0f13f95c2c5a", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers?page[size]=30&page[cursor]=&filter[ip_address]=&filter[name]=&filter[region]=&filter[size]=&filter[provider]=&filter[ubuntu_version]=&filter[php_version]=&filter[database_type]=&sort=created_at,-updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The IP address of the server.", "key": "filter[ip_address]", "value": "" }, { "description": "The name of the server.", "key": "filter[name]", "value": "" }, { "description": "The region where the server is located.", "key": "filter[region]", "value": "" }, { "description": "The size of the server.", "key": "filter[size]", "value": "" }, { "description": "The provider of the server.", "key": "filter[provider]", "value": "" }, { "description": "The Ubuntu version of the server.", "key": "filter[ubuntu_version]", "value": "" }, { "description": "The PHP version of the server.", "key": "filter[php_version]", "value": "" }, { "description": "The database type of the server.", "key": "filter[database_type]", "value": "" }, { "key": "sort", "value": "created_at,-updated_at" } ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-77c260a8-9efc-4a5f-b2fa-0f13f95c2c5a" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-67bd9bd4-760b-4850-aa0c-830778dd4cdc" }, { "name": "Create server", "id": "319d4ba0-ce6c-4c99-be65-877f6c1f8dda", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"provider\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"24.04\",\n \"credential_id\": \"\",\n \"team_id\": \"\",\n \"php_version\": \"php71\",\n \"database_type\": \"mariadb106\",\n \"recipe_id\": \"\",\n \"tags\": null,\n \"aws\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\",\n \"subnet_uuid\": \"\",\n \"disk_size\": \"\"\n },\n \"ocean2\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\",\n \"enable_weekly_backups\": \"\"\n },\n \"hetzner\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"network_id\": \"\",\n \"enable_daily_backups\": \"\",\n \"enable_weekly_backups\": false\n },\n \"vultr\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"network_id\": \"\"\n },\n \"akamai\": {\n \"region_id\": \"\",\n \"size_id\": \"\"\n },\n \"laravel\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\"\n },\n \"custom\": {\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"ssh_port\": \"\",\n \"behind_nat\": \"\",\n \"nat_ssh_port\": \"\"\n },\n \"add_key_to_source_control\": true,\n \"database\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers" ], "variable": [ { "id": "1cd9b419-d5e2-4415-9514-0e09e77f66c2", "key": "organization", "value": "", "description": "(Required) The organization slug" } ] }, "description": "Create a new server in the organization. Supports both standard cloud providers\nand custom VPS configurations.\n\nProcessing mode: async" }, "response": [ { "id": "f35a7933-d9b8-472e-b1c6-02b44e5e0f06", "name": "`ServerResource`", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"provider\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"24.04\",\n \"credential_id\": \"\",\n \"team_id\": \"\",\n \"php_version\": \"php71\",\n \"database_type\": \"mariadb106\",\n \"recipe_id\": \"\",\n \"tags\": null,\n \"aws\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\",\n \"subnet_uuid\": \"\",\n \"disk_size\": \"\"\n },\n \"ocean2\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\",\n \"enable_weekly_backups\": \"\"\n },\n \"hetzner\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"network_id\": \"\",\n \"enable_daily_backups\": \"\",\n \"enable_weekly_backups\": false\n },\n \"vultr\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"network_id\": \"\"\n },\n \"akamai\": {\n \"region_id\": \"\",\n \"size_id\": \"\"\n },\n \"laravel\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\"\n },\n \"custom\": {\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"ssh_port\": \"\",\n \"behind_nat\": \"\",\n \"nat_ssh_port\": \"\"\n },\n \"add_key_to_source_control\": true,\n \"database\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers" ], "variable": [ { "key": "organization" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-f35a7933-d9b8-472e-b1c6-02b44e5e0f06" }, { "id": "1a42a476-260d-416c-8140-884ee7be78f6", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"provider\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"24.04\",\n \"credential_id\": \"\",\n \"team_id\": \"\",\n \"php_version\": \"php71\",\n \"database_type\": \"mariadb106\",\n \"recipe_id\": \"\",\n \"tags\": null,\n \"aws\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\",\n \"subnet_uuid\": \"\",\n \"disk_size\": \"\"\n },\n \"ocean2\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\",\n \"enable_weekly_backups\": \"\"\n },\n \"hetzner\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"network_id\": \"\",\n \"enable_daily_backups\": \"\",\n \"enable_weekly_backups\": false\n },\n \"vultr\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"network_id\": \"\"\n },\n \"akamai\": {\n \"region_id\": \"\",\n \"size_id\": \"\"\n },\n \"laravel\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\"\n },\n \"custom\": {\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"ssh_port\": \"\",\n \"behind_nat\": \"\",\n \"nat_ssh_port\": \"\"\n },\n \"add_key_to_source_control\": true,\n \"database\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers" ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-1a42a476-260d-416c-8140-884ee7be78f6" }, { "id": "5e4a9d88-7edf-4659-9cd4-9a0c8a8a4250", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"provider\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"24.04\",\n \"credential_id\": \"\",\n \"team_id\": \"\",\n \"php_version\": \"php71\",\n \"database_type\": \"mariadb106\",\n \"recipe_id\": \"\",\n \"tags\": null,\n \"aws\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\",\n \"subnet_uuid\": \"\",\n \"disk_size\": \"\"\n },\n \"ocean2\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\",\n \"enable_weekly_backups\": \"\"\n },\n \"hetzner\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"network_id\": \"\",\n \"enable_daily_backups\": \"\",\n \"enable_weekly_backups\": false\n },\n \"vultr\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"network_id\": \"\"\n },\n \"akamai\": {\n \"region_id\": \"\",\n \"size_id\": \"\"\n },\n \"laravel\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\"\n },\n \"custom\": {\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"ssh_port\": \"\",\n \"behind_nat\": \"\",\n \"nat_ssh_port\": \"\"\n },\n \"add_key_to_source_control\": true,\n \"database\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers" ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-5e4a9d88-7edf-4659-9cd4-9a0c8a8a4250" }, { "id": "3fc60d03-0520-4c6f-97c6-9283951162f2", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"provider\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"24.04\",\n \"credential_id\": \"\",\n \"team_id\": \"\",\n \"php_version\": \"php71\",\n \"database_type\": \"mariadb106\",\n \"recipe_id\": \"\",\n \"tags\": null,\n \"aws\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\",\n \"subnet_uuid\": \"\",\n \"disk_size\": \"\"\n },\n \"ocean2\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\",\n \"enable_weekly_backups\": \"\"\n },\n \"hetzner\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"network_id\": \"\",\n \"enable_daily_backups\": \"\",\n \"enable_weekly_backups\": false\n },\n \"vultr\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"network_id\": \"\"\n },\n \"akamai\": {\n \"region_id\": \"\",\n \"size_id\": \"\"\n },\n \"laravel\": {\n \"region_id\": \"\",\n \"size_id\": \"\",\n \"vpc_uuid\": \"\"\n },\n \"custom\": {\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"ssh_port\": \"\",\n \"behind_nat\": \"\",\n \"nat_ssh_port\": \"\"\n },\n \"add_key_to_source_control\": true,\n \"database\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers" ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-3fc60d03-0520-4c6f-97c6-9283951162f2" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-319d4ba0-ce6c-4c99-be65-877f6c1f8dda" } ], "id": "6b97ebcf-f721-4a49-9452-2a2cb500d0fc", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-6b97ebcf-f721-4a49-9452-2a2cb500d0fc" }, { "name": "teams", "item": [ { "name": "{team}", "item": [ { "name": "servers", "item": [ { "name": "{server}", "item": [ { "name": "Delete a server share", "id": "4585b9c4-106a-462a-9911-e6b47651869c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers", ":server" ], "variable": [ { "id": "b933fe92-7f7b-4e19-841d-52ae2bb25700", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "c0fedf99-7839-4c3b-ac9b-eb0d1a91daa6", "key": "team", "value": "", "description": "(Required) The team ID" }, { "id": "eb3fc743-fb1d-4749-ade5-cda0794e805b", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Unshare a server with a team.\n\nProcessing mode: sync" }, "response": [ { "id": "93a90814-e22d-4d07-bff6-8931da5b4b83", "name": "Server unshared successfully\n\n\n\nNo content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers", ":server" ], "variable": [ { "key": "organization" }, { "key": "team" }, { "key": "server" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-93a90814-e22d-4d07-bff6-8931da5b4b83" }, { "id": "d635b210-7bf2-482d-8bee-ea496370fab4", "name": "Authorization error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers", ":server" ], "variable": [ { "key": "organization" }, { "key": "team" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-d635b210-7bf2-482d-8bee-ea496370fab4" }, { "id": "9a34aaa3-2dfe-4ce6-8069-a063c9a8675c", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers/:server", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers", ":server" ], "variable": [ { "key": "organization" }, { "key": "team" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-9a34aaa3-2dfe-4ce6-8069-a063c9a8675c" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-4585b9c4-106a-462a-9911-e6b47651869c" } ], "id": "db3c7b8a-86e2-41c3-bbad-e96fd59ff066", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-db3c7b8a-86e2-41c3-bbad-e96fd59ff066" }, { "name": "List team servers", "id": "9efdaae7-1df4-4635-be3e-01217bec8786", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" } ], "variable": [ { "id": "69312a1a-2d62-464b-a30a-3431a06918df", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "08f0888d-3bd0-4d02-8b3e-ec27a74d7ce9", "key": "team", "value": "", "description": "(Required) The team ID" } ] }, "description": "Show all servers for the team.\n\nProcessing mode: sync" }, "response": [ { "id": "0c7f19ed-7bee-4629-a0aa-de2bbfa07d9f", "name": "Paginated set of `ServerResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"meilisearch\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-0c7f19ed-7bee-4629-a0aa-de2bbfa07d9f" }, { "id": "0a4d431e-fcc2-4502-b823-fead1a60e836", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-0a4d431e-fcc2-4502-b823-fead1a60e836" }, { "id": "b3e3ca07-4c69-428b-bb83-54f4acd00235", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-b3e3ca07-4c69-428b-bb83-54f4acd00235" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-9efdaae7-1df4-4635-be3e-01217bec8786" }, { "name": "Create a new server share", "id": "e36d2a6f-64c9-4ba3-8294-73d022f57d1b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers" ], "variable": [ { "id": "fd8eb90a-9b1f-4f83-8923-47b34664ce1f", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "47a0607f-ab2e-4111-8c17-1cd56ae5e2f6", "key": "team", "value": "", "description": "(Required) The team ID" } ] }, "description": "Share a server with a team.\n\nProcessing mode: sync" }, "response": [ { "id": "894182c3-6235-417b-b1e5-b6b588539e8c", "name": "`ServerResource`", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"servers\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"id\": \"\",\n \"credential_id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"type\": \"openclaw\",\n \"ubuntu_version\": \"\",\n \"ssh_port\": \"\",\n \"provider\": \"\",\n \"identifier\": \"\",\n \"size\": \"\",\n \"region\": \"\",\n \"php_version\": \"\",\n \"php_cli_version\": \"\",\n \"opcache_status\": \"\",\n \"database_type\": \"\",\n \"db_status\": \"\",\n \"redis_status\": \"\",\n \"ip_address\": \"\",\n \"private_ip_address\": \"\",\n \"revoked\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"connection_status\": \"\",\n \"timezone\": \"\",\n \"local_public_key\": \"\",\n \"is_ready\": \"\"\n },\n \"relationships\": {\n \"tags\": {\n \"data\": [\n {\n \"type\": \"tags\",\n \"id\": \"\"\n },\n {\n \"type\": \"tags\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"tags\",\n \"attributes\": {\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-894182c3-6235-417b-b1e5-b6b588539e8c" }, { "id": "84ad5de4-82b4-49dc-a90a-fe6e35ae21ca", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-84ad5de4-82b4-49dc-a90a-fe6e35ae21ca" }, { "id": "cd860e33-e6a7-47f5-9a52-c050001e08d1", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-cd860e33-e6a7-47f5-9a52-c050001e08d1" }, { "id": "ea7aeee4-452a-443f-8fbc-9ad6b63f34f7", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/servers", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "servers" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"proident_36\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:44.000Z", "updatedAt": "2026-07-28T02:04:44.000Z", "uid": "35240-ea7aeee4-452a-443f-8fbc-9ad6b63f34f7" } ], "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-e36d2a6f-64c9-4ba3-8294-73d022f57d1b" } ], "id": "ebccbb0e-b70f-4f01-8948-931956980d06", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-ebccbb0e-b70f-4f01-8948-931956980d06" } ], "id": "2a7590b3-d766-4dc0-a410-6ecf8350306d", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-2a7590b3-d766-4dc0-a410-6ecf8350306d" } ], "id": "40103f1f-61ce-43d5-a369-61ba6495a771", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-40103f1f-61ce-43d5-a369-61ba6495a771" } ], "id": "f6aabba9-feab-4eb1-bf52-7f15b9f5aee8", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-f6aabba9-feab-4eb1-bf52-7f15b9f5aee8" } ], "id": "9ae00352-89a8-4aa4-aead-798f364682a6", "createdAt": "2026-07-28T02:04:43.000Z", "updatedAt": "2026-07-28T02:04:43.000Z", "uid": "35240-9ae00352-89a8-4aa4-aead-798f364682a6" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }