Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dstack destroy command and improve dstack apply #1271

Merged
merged 2 commits into from
May 23, 2024

Conversation

r4victor
Copy link
Collaborator

Closes #1270

  • Add dstack destroy command for deleting resources defined by dstack configurations: dstack destroy -f .dstack/confs/gateway.yaml (currently supports only gateways).
  • Change dstack apply command to accept the configuration file as specified by -f/--file argument. If -f is not specified, try using default .dstack.yml.
  • Fix a bug when gateway compute could remain not deleted due to a stale db value.

@r4victor r4victor merged commit 08a4342 into master May 23, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add dstack destroy command
1 participant