# atrm

删除待执行任务队列中的指定任务

## 补充说明

**atrm命令** 用于删除待执行任务队列中的指定任务。

### 语法

```
atrm(选项)(参数)
```

### 选项

```
-V：显示版本号。
```

### 参数

任务号：指定待执行队列中要删除的任务。

### 实例

删除已经排队的任务

```
atq        # 显示当前已经设置的任务
2 Mon May 17 08:00:00 2010 a root
1 Sat May 15 17:00:00 2010 a root

atrm 2     # 删除任务2
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang.gitbook.io/linux/ming-ling/atrm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
