Create a new sandbox environment for a plugin (admin)

POST/api/v1/plugins/sandbox

Parameters

This endpoint does not accept parameters.

Responses

201Sandbox created

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/plugins/sandbox" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "plugin_name": "kt-plugin-community-vsphere", "resource_limits": { "cpu": 1, "memory_mb": 512 } }'

Response

201Sandbox created
Example response not yet documented.