Environment REST API
Note: The Environment API is in the alpha stage which is subjected to incompatible changes in future releases.
#
Create EnvironmentPOST /api/v1/environment
Example Request
Example Response:
#
List environmentGET /api/v1/environment
Example Request:
Example Response:
#
Get environmentGET /api/v1/environment/{name}
Example Request:
Example Response:
#
Patch environmentPATCH /api/v1/environment/{name}
Example Request:
Example Response:
dockerImage, "name" (of kernelSpec), "channels", "dependencies" etc can be updated using this API. "name" of EnvironmentSpec is not supported.
#
Delete environmentGET /api/v1/environment/{name}
Example Request:
Example Response: