Skip to main content
Version: 9.4

Delete an Instance

To remove (destroy) a Qrvey MultiPlatform Environment instance and all associated resources, follow these steps:

  1. Navigate to the directory containing your config.json file.
  2. Run the destroy command to preview the resources that will be removed (similar to a Terraform "plan"). For example:
docker run --platform=linux/amd64 -v $(pwd)/config.json:/app/qrvey/config.json -it --rm qrvey.azurecr.io/qrvey-terraform:${qrvey_version} destroy
  1. To actually remove all resources, run the destroy command with the --approve flag. For example:
docker run --platform=linux/amd64 -v $(pwd)/config.json:/app/qrvey/config.json -it --rm qrvey.azurecr.io/qrvey-terraform:${qrvey_version} destroy --approve

Warning: When the resources are removed, all data and metadata associated with the instance will be permanently deleted and cannot be recovered.