> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# DryRun and View DryRun manual tasks removed

> Breaking change notice that the dryRun and viewDryRun manual tasks have been removed in 2023.2 and replaced by testInstances and ViewData.

## Breaking change notice

The `dryRun` and `viewDryRun` manual tasks have been removed in the 2023.2 release.

## What should I do?

Use the dry run functionality of the `testInstances` task followed by the `ViewData` manual task.

| Replacement API | Description                                                                                                                       |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| `testInstances` | Calculates the minimum device configuration commands required to save new service instances or update existing service instances. |
| `viewData`      | Displays a message with runtime data.                                                                                             |

## Related reading

* [app-service\_management/testInstances](https://apidocs.itential.com/api/app-service_management/testInstances/)
* [app-workflow\_engine/ViewData](https://apidocs.itential.com/api/app-workflow_engine/ViewData/)