Edit & Destroy Environment
Updating a Service
You can update the configuration of any deployed service and re-deploy it with the updated settings.
- Navigate to the environment and select the service you want to update.
- Click Update from the service actions dropdown in the top-right corner.
- Modify the configuration as needed (source, deployment settings, environment variables, resources, networking, etc.).
- Click Re-Deploy to trigger a new pipeline with the updated configuration.
Deleting a Service
To remove a single service from the environment:
- Navigate to the environment and select the service.
- Click Delete from the service actions dropdown.
- Confirm the deletion.
The service will be removed from the environment. The environment phase may temporarily change to Updating while the deletion is processed.
Deleting a service removes it and all its associated resources (pods, ingress rules, DNS records) from the cluster. This action cannot be undone.
Adding New Services
You can add new services to an existing environment at any time.
- From the environment's Services Overview page, click Add New Service.
- Configure the service following the same steps as during environment creation.
- Deploy the new service.
The service must be part of the project associated with the environment. Only undeployed services from the project will be available to add.
Destroying an Environment
Destroying an environment permanently removes it and all its resources from the Kubernetes cluster.
- Navigate to the Environments list.
- Click the three-dot menu next to the environment.
- Select Destroy.
- Type the environment name to confirm and click Destroy.
Destroy Process
When an environment is destroyed, Atmosly performs the following cleanup:
- Environment phase changes to Destroying.
- All service pods and Kubernetes resources are deleted.
- DNS records are removed.
- Secrets are cleaned up from the cloud provider.
- Workflows and releases are deleted.
- Environment phase changes to Destroyed.
Destroy Statuses
| Status | Description |
|---|---|
| Destroying | The destroy operation is in progress. |
| Destroyed | The environment and all resources have been fully removed. |
| Destroy Failed | The destroy operation failed. You can retry the destroy from the three-dot menu. |
Destroying an environment is irreversible. All services, datasources, and associated resources will be permanently deleted. Ensure you have backed up any important data before proceeding.