기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Triggers

Triggers Admin API

Scheduler Admin API

Open Unity Dashboard

Triggers

이 페이지는 선택한 언어로 제공되지 않습니다.
LiveOps
​
​
Get started
  • Overview
  • Get started
  • Set up triggers example workflow
  • Authentication
Set up events
  • Understand and manage events
  • Schedule events
    • Schedule events with the Unity Dashboard
    • Schedule events with the CLI
    • Schedule events with the REST API
    • Manage your schedules
Define triggers
  • Define triggers
Configure actions
  • Use Cloud Code
  • Use webhooks
Manage and monitor
  • Use the dead letter queue (DLQ)
  • Limits
  • Failure handling
Examples and reference
  • Use case samples
  1. Triggers
  2. Schedule events

Manage your schedules

View, inspect, and delete schedules in the Unity Dashboard, whichever way you created them.
읽는 시간 5분
최근 업데이트: 7일 전

The Unity Dashboard provides a graphical interface for managing schedules. You can view, inspect, and delete every schedule in an environment from the dashboard, whether you created it in the dashboard, with the CLI, or through the REST API.
To open the schedules list, select Triggers > Schedules and choose an environment. To create a schedule, refer to Create a schedule in the Unity Dashboard.
참고
To create and manage schedules in the Unity Dashboard, you need one of the following roles:
  • Scheduler Configuration Viewer: View the schedules list and schedule details (
    scheduler.configs.get
    ,
    scheduler.configs.list
    ). Every create and delete control is disabled for this role.
  • Scheduler Configuration Editor: Also create and delete schedules (
    scheduler.configs.create
    ,
    scheduler.configs.delete
    ).

Preview schedules

The Status filter arrives pre-set to Status: Active, so the list shows only active schedules and hides expired ones. To see expired schedules, switch the filter to Expired, or select both Active and Expired. The filter drives the request to the service rather than filtering the rows already loaded, so it covers every schedule in the environment.
Schedules appear in a table that shows each schedule's status, name, type, cadence, and firing window. Type renders as a chip: Recurring, Interval, or One-time. Select an active schedule's name to open its details, or the bin icon to delete it. When a schedule's cadence or firing window is too long for its column, hover over the value to see it in full. While the list loads, the table shows skeleton rows in place of the schedules.
Use the filter bar to narrow the list by status, type, fire date, or firing window, or to search by schedule or event name. The Schedule date filter applies only to one-time schedules; recurring and interval schedules always match.
The filter bar and the table always render, and the table body carries the empty states:
  • When the environment has no schedules, a No schedules yet card with a Create your first schedule button appears inside the table.
  • When a search or filter matches none of the existing schedules, the table shows No schedules found.
참고
Expired schedules don't have a details page, so their names render as plain text instead of links. You can filter for expired schedules, read their values in the list, and delete them, but you can't open them.

Schedule details

Select an active schedule's name to open its details page. The page has three cards, Details, Schedule definition, and Upcoming fires, and each card header has a button to collapse or expand it.
The Details card shows the following information:

Data

Description

NameThe name of the schedule.
Event nameThe identifier that composes the event type triggers listen for.
Event typeThe full event type that a trigger must match to consume the schedule, for example
com.unity.services.scheduler.<eventName>.v<payloadVersion>
.
TypeRecurring, Interval, or One-time.
Payload versionThe automatically assigned version of the payload. For more information, refer to Payload versioning.
PayloadThe JSON payload sent with the event, or None when the payload is empty.
StatusAn Active or Expired chip. A schedule reads as Expired once its end date, or a one-time fire date, passes.
The Schedule definition card describes the schedule in plain language: its cadence (for example, fires every hour), its firing window if one is set, and the triggers that consume it. Each trigger links to its own details page, and the row is omitted when no trigger uses the schedule. Hover over a firing-window date to see the same moment in your local time, as Your local time: .
To debug execution, select View Schedule Logs to open the Logs page filtered to this schedule. To remove the schedule, select Delete schedule.

Upcoming fires

The Upcoming fires card lists the next five moments the schedule fires. The following table describes its columns:

Column

Description

Fires at (UTC)The moment the schedule fires, in UTC.
Your local timeThe same moment in your local time.
WhenHow far away the fire is, relative to now, for example in 3 days.
A one-time schedule lists its single future fire. A schedule that's past its end date shows No upcoming fires.

Delete a schedule

경고
Deleting a schedule can't be undone. Triggers that consume the schedule's event type stop firing once you delete it.
To delete a schedule, follow these steps:
  1. Select the bin icon in the schedule's row, or open the schedule's details page and select Delete schedule.
  2. In the confirmation dialog, review how many triggers consume the schedule. If any triggers use it, a warning shows how many stop firing.
  3. Select Delete to confirm.

Delete expired schedules

An expired schedule never fires again, but it stays in the list until you delete it. Use Delete expired to clear all of them at once instead of deleting each row.
경고
Deleting expired schedules can't be undone. A trigger that listens for a deleted schedule's event never fires, and the Triggers list marks it with a warning icon. Refer to Preview triggers.
To delete every expired schedule in the environment, follow these steps:
  1. In the schedules list, select Delete expired, between Documentation and New schedule. Without delete access, the button is disabled.
  2. In the Delete expired schedules? dialog, review how many schedules the action removes, stated as This deletes N expired schedules. This action cannot be undone.
  3. Select Delete to confirm. Every expired row disappears at once, and a message confirms how many schedules were deleted.
If the environment has no expired schedules, the Dashboard doesn't open the dialog. Instead, it shows the message There are no expired schedules to delete.

Additional resources

  • Create a schedule in the Unity Dashboard
  • Schedule events with the CLI
  • Schedule events with the REST API
  • Debug and monitor events
  • Timers in Stateful Cloud Code

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Preview schedules

    • Schedule details

      • Upcoming fires

    • Delete a schedule

    • Delete expired schedules

    • Additional resources


이 페이지의 문제 보고