> ## Documentation Index
> Fetch the complete documentation index at: https://perfgrid.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# URL Scheduler

> Schedule GET requests to a URL on a fixed interval from hosting-panel.net.

**URL Scheduler** sends a **GET** request to a URL on a repeating interval. It works like a cronjob at a fixed interval, without a command to maintain. Currently only GET requests are supported.

Each request can run for up to **5 minutes**. There are **no retries**. Failures are not recorded: if a request fails, it fails.

## Intervals

You can run a URL every:

* 1, 2, 5, 10, 15, or 30 minutes
* 1, 2, 6, 12, or 24 hours

## Add a scheduled URL

<Steps>
  <Step title="Log in">
    Log in to your hosting panel at [hosting-panel.net](https://hosting-panel.net).
  </Step>

  <Step title="Open URL Scheduler">
    Go to **Tools** → **URL Scheduler**.

    Each row shows **URL**, **Interval**, and **Last Run**. You can **Delete** a schedule.

    <Frame>
      <img src="https://perfgrid-guides.s3.eu-west-par.io.cloud.ovh.net/qmKQ7SzoBIiAh2GxRJHgBzNFg.png" alt="URL Scheduler overview with GET-only note, a 15 minute schedule, Last Run, and Add new URL" style={{ borderRadius: '0.5rem' }} />
    </Frame>
  </Step>

  <Step title="Add new URL">
    Click **Add new URL**.
  </Step>

  <Step title="Set the URL and interval">
    Enter the **URL** (including `https://`) and choose an **Interval**. Click **Add URL schedule**.

    <Frame>
      <img src="https://perfgrid-guides.s3.eu-west-par.io.cloud.ovh.net/GsAO8PcM6ygfTSqeJQChbPb16.png" alt="Add URL Schedule form with URL, 15 minutes interval, and Add URL schedule" style={{ borderRadius: '0.5rem' }} />
    </Frame>
  </Step>
</Steps>

## Related articles

* [Cronjobs](/docs/grid-hosting/tools/cronjobs)
* [WordPress Site Overview](/docs/grid-hosting/wordpress/wordpress-site-overview)
