1.2 KiB
1.2 KiB
Coolify API Index
Use this file to find detailed API references without loading the full API corpus.
Main Files
API.md: compiled overview from the Coolify API docs.endpoints_compiled.json: machine-readable endpoint inventory.ops/*.md: one Markdown file per operation.
Search Patterns
rg -n '"method"|"path"|applications|services|databases|deployments' .\coolify_skill\references\endpoints_compiled.json
rg -n "List|Create|Update|Delete|Deploy|Start|Stop|Restart" .\coolify_skill\references\ops
Common Operation Files
ops/version.mdops/healthcheck.mdops/list-applications.mdops/get-application-by-uuid.mdops/get-application-logs-by-uuid.mdops/deploy-by-tag-or-uuid.mdops/list-services.mdops/get-service-by-uuid.mdops/list-databases.mdops/get-database-by-uuid.mdops/list-deployments.mdops/list-deployments-by-app-uuid.mdops/list-projects.mdops/list-servers.mdops/list-envs-by-application-uuid.mdops/update-env-by-application-uuid.md
Rule
For write operations, read the specific ops/*.md file before sending the API
request and ask the user for confirmation.