Stop local Micro development
micro_dev_stopGracefully stop the local Micro runner for your project, ending the development server process to free up resources.
Instructions
Gracefully stop the managed local Micro runner for this project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| pid | No | ||
| url | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| running | Yes | ||
| exitCode | No | ||
| directory | Yes | ||
| startedAt | No |