instance-management
Instance Management
Overview
Multi-instance management is essential for ServiceNow development workflows that span development, testing, and production environments. This skill covers safely switching between instances, verifying current context, and following best practices for environment-specific operations.
- What problem does it solve? Prevents accidental changes to wrong environments and ensures proper instance targeting for all operations
- Who should use this skill? ServiceNow administrators, developers, and integrators working across multiple instances
- What are the expected outcomes? Safe, reliable instance switching with verification and proper isolation of environment-specific changes
Prerequisites
- Required ServiceNow roles:
adminoritil(varies by operation) - MCP server configured with multiple instances in
config/servicenow-instances.json - Network access to all target instances
- Valid credentials for each instance
- Related skills:
admin/update-set-management(for update set operations after switching)
Procedure
More from happy-technologies-llc/happy-platform-skills
happy-platform-skills
Reusable development patterns and automation recipes for enterprise platforms - 180+ skills across 23 categories
17scheduled-jobs
Comprehensive guide to creating and managing ServiceNow scheduled jobs - run frequencies, conditional execution, performance optimization, error handling, and debugging
4flow-generation
Generate ServiceNow Flow Designer flows from natural language descriptions including triggers, actions, conditions, subflows, approval flows, notification flows, and data manipulation flows
4application-scope
Manage scoped application development including setting application context and update set alignment
4scripted-rest-apis
Comprehensive guide to creating, securing, and testing Scripted REST APIs in ServiceNow for custom integrations and external system connectivity
4automated-testing
Comprehensive Automated Test Framework (ATF) guide for creating, managing, and executing automated tests in ServiceNow
4