Recovery

Stop a single agent immediately

When you know which agent is the problem, stop that one. Precision beats breadth here.

  • Recovery & emergency
  • 3 min read

The fastest safe action

Pause the agent. It refuses every request immediately, keeps the identity and credential, and is reversible in one click.

Do this before investigating. Reading the activity timeline while the agent is still acting means the thing you are reading about is still happening.

Then, in this order

  1. Pause — stops further requests.
  2. Read the record — what did it do, and which gate allowed it?
  3. Terminate sessions if you suspect the credential rather than the policy. This invalidates credentials connection-wide.
  4. Narrow the permission that allowed the action.
  5. Unpause only after step four.
Unpausing restores the exact matrix it had

Pausing does not clear permissions. If you unpause without changing anything, you have restored the conditions that produced the problem.

If you are not sure which agent

Use site read-only. It stops every write while leaving reads working, so you can still use the timeline to identify the source. Then pause the specific agent and return the site to normal.

Recovery & emergency

Keep the boundary while you fix the problem.

A good fix restores intended behaviour without creating a second path around WordPress or the governed request lifecycle.