API: Allow moving applications and databases between projects/environments #8960
NWichter-NeoTube
started this conversation in
Improvement Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the API provides no way to move a resource (application or database) to a different project or environment. The UI supports this, but the API rejects these fields.
Tested on v4.0.0-beta.462
Use case
After project restructuring, applications need to be moved to new projects without redeployment. This is especially relevant for automated workflows that manage Coolify resources programmatically.
Proposed solution
Either:
environment_idonPATCH /api/v1/applications/{uuid}POST /api/v1/applications/{uuid}/moveendpointI'd be happy to submit a PR for this.
Beta Was this translation helpful? Give feedback.
All reactions