skills/smithery.ai/apex_server_operations

apex_server_operations

Installation
SKILL.md

APEX Server Operations Skill (OPS-L3)

This skill encapsulates the operational competencies derived from the Jan-2026 Forensic Audit & SOP.

1. Zero-Downtime Deployment

Rolling Update Protocol

# Scale up new containers first
docker compose up -d --no-deps --scale apex-api=2 apex-api

# Wait for health check (30 seconds)
sleep 30

# Verify new container is healthy
docker compose ps | grep apex-api
Installs
1
First Seen
Apr 16, 2026
apex_server_operations from smithery.ai