Delete an Instance
To remove (destroy) a Qrvey MultiPlatform Environment instance and all associated resources, follow these steps:
- Navigate to the directory containing your
config.jsonfile. - Run the
destroycommand 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
- To actually remove all resources, run the destroy command with the
--approveflag. 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.