db_setup_remove
Remove an instance's database profile and its stored secret. Confirms with the user before making changes.
Instructions
Remove an instance's db_profile and its stored DB secret — the undo for db_setup_save. Mutating: confirm with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | Instance whose db_profile to remove. | |
| delete_secret | No | Also delete the password from the secret store (default true). |