Uninstall Helm Chart

delete

/api/microservice/Deploy/{id}

Uninstalls a Helm chart.

Request

Path Parameters
  • The ID of the Helm chart to uninstall in the format release-name-=-cluster-name-=-namespace. Use -=- as a separator.
    Example:
    id-example-poller-=-a1-cache-=-cluster-1

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: object
Show Source
  • The response message in text.
    Example: Uninstalled helm chart.
  • Whether the operation was a success (true) or a failure (false).
    Example: true

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top