API METHODS

UAPI71: Container Service: Metadata

UAPI71: Container Service: Resources

UAPI71: Container Service: SSL


List all container services

GET /api/container_services

OAuth AuthorizationRequired: projects_read

View Container Service

GET /api/container_services/{id}

OAuth AuthorizationRequired: projects_read

Update a container service

PATCH /api/container_services/{id}

OAuth AuthorizationRequired: projects_write

* `container_service`: Object
    * `name`: String
    * `scale`: Integer
    * `package_id`: Integer
    * `master_domain_id`: Integer | ID of domain that you want to be default.

Delete a container service

DELETE /api/container_services/{id}