manifest
Manage the local .coolify/manifest.json cache with CRUD operations, sync, and diff to keep manifest state accurate.
Instructions
Local manifest cache CRUD and sync/diff for .coolify/manifest.json. Actions: get() · upsert(resource, project_uuid, environment_uuid) · set(manifest) · remove(uuid) · clear(confirm) · sync(dry_run?, confirm?, prune?) · diff() · audit() Safety: confirm for destructive ops · optional instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | ||
| prune | No | ||
| action | Yes | The action to run | |
| confirm | No | ||
| dry_run | No | ||
| instance | No | Coolify instance name from registry (optional — uses env credentials or registry default) | |
| manifest | No | ||
| resource | No | ||
| project_name | No | ||
| project_uuid | No | ||
| environment_name | No | ||
| environment_uuid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| _meta | No | ||
| error | No | ||
| _size_warning | No | ||
| _formattedText | No |