Unmanage an app
You can remove a managed app when it's no longer needed. Removing a managed application also deletes the associated schedules.
Before you begin
You must have the ID of the app you want to unmanage. If needed you can use the workflow List the apps to locate the application.
The application's backups and snapshots are not automatically removed when it is deleted. If you no longer need the backups and snapshots, you should delete them before removing the application.
Unmanage the app
Perform the following REST API call to remove the app.
This REST API call uses the following method and endpoint.
HTTP method | Path |
---|---|
DELETE |
/accounts/{account_id}/k8s/v2/apps/{app_id} |
In addition to the parameters common with all REST API calls, the following parameters are also used in the curl examples for this step.
Parameter | Type | Required | Description |
---|---|---|---|
app id |
Path |
Yes |
Identifies the application to remove. |
curl --request DELETE \
--location "https://astra.netapp.io/accounts/$ACCOUNT_ID/k8s/v2/apps/$APP_ID" \
--include \
--header "Accept: */*" \
--header "Authorization: Bearer $API_TOKEN"