- Agents can sometimes crash or become unstable.
- You changed the agent’s configuration.
- You added a new certificate to be used for setting up a proxy server.
- You added new Python libraries.
- You added new third-party drivers.
- To receive agent updates.
Prerequisites
To restart an agent from the Agents screen in , you must have the Manage Agents service enabled for your user account.There is no granular “restart agent only” permission. Users who need to restart agents must have full Manage Agents access. Alternatively, users with appropriate permissions in your agent provider (AWS, Azure, or Snowflake) can restart agents directly from the agent provider console without requiring Manage Agents access in .
How to restart your agent
You can restart your agent in one of two ways:- From the Agents screen in .
-
From the cloud provider’s control panel:
A changed agent deployment configuration may require a restart of the cloud provider service to take effect.
Restart from the Agents screen
- In the left navigation, click . Then, select Agents from the menu.
- Locate the agent you want to restart and click the three dots ….
- Click Restart agent.
- Click Yes restart to confirm.
Restart an AWS ECS Fargate agent
You will need access to your AWS account with the appropriate permissions. To restart your AWS agent, follow these steps:- Log in to the AWS console.
- In the AWS console, type
Elastic Container Servicein the search bar, and select that service. - Locate the ECS service running your agent, and click Update service.
- Select the latest task definition and click Update.
Restart an Azure agent
You will need access to your Azure account with the appropriate permissions. There are two ways you can restart an Azure agent:- The Azure Portal
- The Azure CLI
Using the Azure Portal
To restart your agent using the Azure Portal, follow these steps:- Log in to the Azure Portal.
- In the search bar at the top of the Azure Portal, enter “Container apps”, and click the Container Apps link in the results menu.
- Click your chosen container app from the list.
- Click Application to display a context menu.
- Click Revisions and replicas.
- Click on the name of the intended Active Revision.
- A panel to the right will appear. At the top of Revision details, click Restart.
Using the Azure CLI
To restart your agent, you can open the Azure CLI either locally on your machine, or through the Azure portal. Use the following command:cloud-agent-dev in a resource group called cloud-agent-dev, and your Azure subscription is called Matillion Dev, you are required to use the following command:
Restart a Snowflake agent
You can restart the agent by suspending and resuming the compute pool from within Snowflake. Suspending the compute pool will prevent the agent from being used by , and will stop all running tasks. Resuming the compute pool will make the agent available for use again.- From your Snowflake Home screen, click Data Products → Apps. You must be using the role that originally installed the application.
- Locate Matillion in the list of apps, and click to select it. If you have multiple installs of the Native App, select the one you wish to restart.
- Click the Control Panel tab.
- Click Suspend Compute Pool, then click Suspend to confirm. This will put the pool into a Stopping state and change the agent status to Suspending.
- Wait for the agent to stop. This may take a few minutes.
- When the agent is in a Suspended state, click Resume Compute Pool. This will put the pool into a Starting state and change the agent status to Pending.
-
Wait for the agent to start. This may take a few minutes.
After the compute pool changes to an Active state, the agent status may remain as Pending for a few minutes before changing to Running.

