Remove Micro custom domain
micro_domain_removeRemove an exact custom domain from your linked Micro project by providing its domain ID, and confirm to stop serving traffic. Cleanly disassociate the domain from the project.
Instructions
Remove one exact custom domain from the linked project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory | |
| confirm | Yes | Explicit confirmation to stop serving this custom domain | |
| domainId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes |