> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pba/pentaho-user-console/classic-design/about-pentaho-user-console-perspectives/schedules/schedule-reports/change-schedule-owner.md).

# Change schedule owner

You can change the owner of a schedule associated with a user who is no longer active or whose schedule needs to be transferred to someone else.

1. Make sure the followings conditions apply:
   * You must have administrator privileges to change the owner, whether it is a new or existing schedule.
   * The report file must have the right schedule permissions so that an administrator can change the owner.
   * The new owner must have schedule permissions, write permissions on the destination folder, and read permissions on the file.
2. Click the User Console **Home** menu.
3. Select Schedules from the menu.

   The Schedules page opens.
4. Click to select a schedule that was created by the former user.
5. Above the table, click the **Edit Scheduled Task** icon.

   The Edit Schedule wizard opens. If the owner of the schedule is no longer with the organization, a warning is displayed.

   ![Edit schedule wizard](/files/j1SFMEODE7S9YmDDvw8H)
6. Next to the **Owner** field, click **Change** to change the owner.

   The Change Owner window opens.
7. Click the drop-down in the **New owner** field and select a new user.
8. Click **OK**, then **Next**.
9. In the rest of the wizard, make any changes necessary, click **Next** and then **Finish**.

   A confirmation window appears to confirm the changes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pba/pentaho-user-console/classic-design/about-pentaho-user-console-perspectives/schedules/schedule-reports/change-schedule-owner.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
