ssh_remove_cron
Remove cron jobs from a remote Linux server by matching lines against a given pattern.
Instructions
Remove cron jobs matching a pattern.
Args: pattern: Pattern to match (lines containing this will be removed) session_name: SSH session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |