---
title: "Delete Run Schedule By Name"
method: DELETE
path: "/agents/{agent_id}/schedules/name/{name}"
tags: ["Schedules"]
---

# Delete Run Schedule By Name

`DELETE /agents/{agent_id}/schedules/name/{name}`

Delete a run schedule by its active name.

## Path parameters

- `agent_id` string, required
- `name` string, required

## Response `200`

Successful Response

- DeleteResponse
  - `id` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

## Changes

> 55 revisions in range; 4 could not be searched.

- **2026-07-10** `fbecbdbd7dc5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/scaleapi/apis/agentex-api/changes/agents/:agent_id/schedules/name/:name/delete.md)

---

[API](https://skmtc.dev/scaleapi/apis/agentex-api.md) · [All operations](https://skmtc.dev/scaleapi/apis/agentex-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scaleapi/agentex-api/revisions/1e0aaafd5780/schema)
